projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a64da
)
wayland: drop unused member variables
author
David Edmundson
<davidedmundson@kde.org>
Fri, 1 Oct 2021 12:24:50 +0000
(13:24 +0100)
committer
David Edmundson
<davidedmundson@kde.org>
Fri, 15 Oct 2021 10:53:18 +0000
(11:53 +0100)
gdk/wayland/gdksurface-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdksurface-wayland.c
b/gdk/wayland/gdksurface-wayland.c
index 0a02cede9194c02fa983d2f99439062d7ab38c31..53abdc230200f065c9ce9140beef1fecc0e46852 100644
(file)
--- a/
gdk/wayland/gdksurface-wayland.c
+++ b/
gdk/wayland/gdksurface-wayland.c
@@
-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;