wayland: Add basic multiple output support

Store the wl_output pointer within the the GdkWaylandMonitor structure.
This commit is contained in:
Rob Bradford
2013-02-14 13:00:19 +00:00
parent e16ade9836
commit fab808f92c
3 changed files with 5 additions and 3 deletions

View File

@ -61,7 +61,6 @@ struct _GdkWaylandDisplay
struct wl_compositor *compositor;
struct wl_shm *shm;
struct wl_shell *shell;
struct wl_output *output;
struct wl_input_device *input_device;
struct wl_data_device_manager *data_device_manager;