From bdfd355e38c65f156c6b52369e653cc88567077a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 16 Aug 2012 09:46:26 +0000 Subject: [PATCH] Ecore_wayland: Add a FIXME note to be tackled later. SVN revision: 75314 --- legacy/ecore/src/lib/ecore_wayland/ecore_wl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_wayland/ecore_wl.c b/legacy/ecore/src/lib/ecore_wayland/ecore_wl.c index c21c102e74..0a68777b99 100644 --- a/legacy/ecore/src/lib/ecore_wayland/ecore_wl.c +++ b/legacy/ecore/src/lib/ecore_wayland/ecore_wl.c @@ -436,6 +436,9 @@ _ecore_wl_cb_handle_global(struct wl_display *disp, unsigned int id, const char else if (!strcmp(interface, "wl_shm")) { ewd->wl.shm = wl_display_bind(disp, id, &wl_shm_interface); + + /* FIXME: We should not hard-code a cursor size here, and we should + * also import the theme name from a config or env variable */ ewd->cursor_theme = wl_cursor_theme_load(NULL, 32, ewd->wl.shm); } else if (!strcmp(interface, "wl_data_device_manager"))