wayland: Save the output mode so that it can be used to fullscreen windows

This commit is contained in:
Rob Bradford
2012-01-20 18:22:50 +00:00
parent 3780e3e4f0
commit 737c5e1045
2 changed files with 52 additions and 3 deletions

View File

@ -57,7 +57,10 @@ struct _ClutterBackendWayland
struct wl_shell *wayland_shell;
struct wl_shm *wayland_shm;
struct wl_buffer *cursor_buffer;
struct wl_output *wayland_output;
gint cursor_x, cursor_y;
gint output_width, output_height;
GSource *wayland_source;