forked from AuroraMiddleware/gtk
wayland: drop unused member variables
This commit is contained in:
parent
49a64da7ec
commit
66de8f33fb
@ -150,7 +150,6 @@ struct _GdkWaylandSurface
|
||||
int shadow_right;
|
||||
int shadow_top;
|
||||
int shadow_bottom;
|
||||
gboolean shadow_dirty;
|
||||
|
||||
struct wl_output *initial_fullscreen_output;
|
||||
|
||||
@ -169,8 +168,6 @@ struct _GdkWaylandSurface
|
||||
int saved_width;
|
||||
int saved_height;
|
||||
|
||||
gulong parent_surface_committed_handler;
|
||||
|
||||
struct {
|
||||
GdkToplevelLayout *layout;
|
||||
} toplevel;
|
||||
|
Loading…
Reference in New Issue
Block a user