mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Remove an unused filed in GdkWindowImplWayland
The unused toplevel_window_type field was copied over from the X backend.
This commit is contained in:
parent
cb4cf67a95
commit
28fab2eea2
@ -95,8 +95,6 @@ struct _GdkWindowImplWayland
|
|||||||
|
|
||||||
GdkCursor *cursor;
|
GdkCursor *cursor;
|
||||||
|
|
||||||
gint8 toplevel_window_type;
|
|
||||||
|
|
||||||
struct wl_surface *surface;
|
struct wl_surface *surface;
|
||||||
struct wl_shell_surface *shell_surface;
|
struct wl_shell_surface *shell_surface;
|
||||||
unsigned int mapped : 1;
|
unsigned int mapped : 1;
|
||||||
@ -154,7 +152,6 @@ G_DEFINE_TYPE (GdkWindowImplWayland, _gdk_window_impl_wayland, GDK_TYPE_WINDOW_I
|
|||||||
static void
|
static void
|
||||||
_gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
|
_gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
|
||||||
{
|
{
|
||||||
impl->toplevel_window_type = -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user