projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f0d23
)
wayland: Remove GdkWaylandDataDevice typedef
author
Carlos Garnacho
<carlosg@gnome.org>
Fri, 18 Mar 2016 13:11:50 +0000
(14:11 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Mon, 21 Mar 2016 16:15:59 +0000
(17:15 +0100)
It's no longer used.
https://bugzilla.gnome.org/show_bug.cgi?id=763859
gdk/wayland/gdkseat-wayland.h
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkseat-wayland.h
b/gdk/wayland/gdkseat-wayland.h
index 73c643d3dd79db944fa7d9ad641bad504f0eed50..52c73e22eebb1ef22a6d78f0346be3d285dba5eb 100644
(file)
--- a/
gdk/wayland/gdkseat-wayland.h
+++ b/
gdk/wayland/gdkseat-wayland.h
@@
-31,7
+31,6
@@
#define GDK_IS_WAYLAND_SEAT_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_WAYLAND_SEAT))
#define GDK_WAYLAND_SEAT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_WAYLAND_SEAT, GdkWaylandSeatClass))
-typedef struct _GdkWaylandSeat GdkWaylandDeviceData;
typedef struct _GdkWaylandSeat GdkWaylandSeat;
typedef struct _GdkWaylandSeatClass GdkWaylandSeatClass;