wayland: The shared cursors are now installed in the weston directory
Signed-off-by: Rob Bradford <rob@linux.intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
7df5cf2a3a
commit
e2dd95aced
@ -293,7 +293,7 @@ _gdk_wayland_display_get_cursor_for_type (GdkDisplay *display,
|
|||||||
{
|
{
|
||||||
gchar *filename;
|
gchar *filename;
|
||||||
filename = g_build_filename (directories[j],
|
filename = g_build_filename (directories[j],
|
||||||
"wayland",
|
"weston",
|
||||||
cursor_definitions[i].filename,
|
cursor_definitions[i].filename,
|
||||||
NULL);
|
NULL);
|
||||||
if (g_file_test (filename, G_FILE_TEST_EXISTS))
|
if (g_file_test (filename, G_FILE_TEST_EXISTS))
|
||||||
|
|||||||
Reference in New Issue
Block a user