Skip to content
Snippets Groups Projects
Commit 9d79a62a authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

phosh: Require version 2 of the wl_output protocol

This allows us to listen for the done event.
parent e72d0961
No related branches found
No related tags found
No related merge requests found
......@@ -670,7 +670,7 @@ registry_handle_global (void *data,
output = wl_registry_bind (
registry,
name,
&wl_output_interface, 1);
&wl_output_interface, 2);
phosh_monitor_manager_add_monitor (
priv->monitor_manager,
phosh_monitor_new_from_wl_output(output));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment