summaryrefslogtreecommitdiff
path: root/src/lib/elput/elput_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elput/elput_private.h')
-rw-r--r--src/lib/elput/elput_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h
index a934bf1d23..0fc5d6af32 100644
--- a/src/lib/elput/elput_private.h
+++ b/src/lib/elput/elput_private.h
@@ -86,6 +86,7 @@ typedef struct _Elput_Input
Ecore_Thread *thread;
Eldbus_Pending *current_pending;
int pipe;
+ int pointer_w, pointer_h;
Eina_Bool suspended : 1;
} Elput_Input;
@@ -252,6 +253,8 @@ typedef struct _Elput_Async_Open
int flags;
} Elput_Async_Open;
+void _elput_input_window_update(Elput_Manager *manager);
+
int _evdev_event_process(struct libinput_event *event);
Elput_Device *_evdev_device_create(Elput_Seat *seat, struct libinput_device *device);
void _evdev_device_destroy(Elput_Device *edev);