mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
wayland: Save the output mode so that it can be used to fullscreen windows
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user