win32: Remove some unused input stuff to make win32 build again
Input events doesn't quite seem to work though, so it needs some fixing.
This commit is contained in:
@ -59,6 +59,7 @@ struct _GdkDeviceWintabClass
|
||||
|
||||
GType gdk_device_wintab_get_type (void) G_GNUC_CONST;
|
||||
|
||||
gboolean _gdk_device_wintab_wants_events (GdkWindow *window);
|
||||
GdkEventMask _gdk_device_wintab_get_events (GdkDeviceWintab *device,
|
||||
GdkWindow *window);
|
||||
gboolean _gdk_device_wintab_get_window_coords (GdkWindow *window,
|
||||
|
||||
Reference in New Issue
Block a user