diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl_wl/efl_wl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c index a6c51b07b9..0da7d8c374 100644 --- a/src/lib/efl_wl/efl_wl.c +++ b/src/lib/efl_wl/efl_wl.c | |||
@@ -5285,8 +5285,8 @@ comp_mouse_out(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *event_in | |||
5285 | } | 5285 | } |
5286 | 5286 | ||
5287 | EFL_CALLBACKS_ARRAY_DEFINE(comp_device_cbs, | 5287 | EFL_CALLBACKS_ARRAY_DEFINE(comp_device_cbs, |
5288 | { EFL_CANVAS_EVENT_DEVICE_ADDED, comp_device_add }, | 5288 | { EFL_CANVAS_SCENE_EVENT_DEVICE_ADDED, comp_device_add }, |
5289 | { EFL_CANVAS_EVENT_DEVICE_REMOVED, comp_device_del }); | 5289 | { EFL_CANVAS_SCENE_EVENT_DEVICE_REMOVED, comp_device_del }); |
5290 | 5290 | ||
5291 | static void | 5291 | static void |
5292 | hints_set_aspect(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, uint32_t width, uint32_t height, uint32_t aspect) | 5292 | hints_set_aspect(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, uint32_t width, uint32_t height, uint32_t aspect) |