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:
Alexander Larsson
2012-03-06 12:03:13 +01:00
parent 68fe42ac26
commit 7430559736
7 changed files with 17 additions and 111 deletions

View File

@ -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,