Forgot to add egl-compositor.h.
authorKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 14:53:27 +0000 (09:53 -0500)
committerKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 14:53:27 +0000 (09:53 -0500)
egl-compositor.h [new file with mode: 0644]

diff --git a/egl-compositor.h b/egl-compositor.h
new file mode 100644 (file)
index 0000000..c9c780f
--- /dev/null
@@ -0,0 +1,15 @@
+
+struct egl_input_device;
+void
+egl_device_get_position(struct egl_input_device *device, int32_t *x, int32_t *y);
+void
+notify_motion(struct egl_input_device *device, int x, int y);
+void
+notify_button(struct egl_input_device *device, int32_t button, int32_t state);
+void
+notify_key(struct egl_input_device *device, uint32_t key, uint32_t state);
+
+struct evdev_input_device *
+evdev_input_device_create(struct egl_input_device *device,
+                         struct wl_display *display, const char *path);
+