gl: clear w, h on reinit
[libpicofe.git] / linux / in_evdev.h
index 8e48e2c..e0eb95c 100644 (file)
@@ -1,8 +1,3 @@
-
 extern int in_evdev_allow_abs_only;
 
-void in_evdev_init(void *vdrv);
-int  in_evdev_update(void *drv_data, const int *binds, int *result);
-
-/* to be set somewhere in platform code */
-extern struct in_default_bind in_evdev_defbinds[];
+int in_evdev_init(const struct in_pdata *pdata);