Ecore_wayland: Add a FIXME note to be tackled later.

SVN revision: 75314
This commit is contained in:
Christopher Michael 2012-08-16 09:46:26 +00:00
parent 6423de3f17
commit bdfd355e38
1 changed files with 3 additions and 0 deletions

View File

@ -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"))