Skip to content

Commit

Permalink
#2243 under wayland, the X_CURSOR fails... so use 'default' instead, …
Browse files Browse the repository at this point in the history
…which is what we want anyway

git-svn-id: https://xpra.org/svn/Xpra/trunk@23295 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 25, 2019
1 parent 6442a2d commit d786ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/gtk_common/gtk_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def get_root_size():
keymap_get_for_display = gdk.keymap_get_for_display

def get_default_cursor():
return gdk.Cursor(gdk.X_CURSOR)
return gdk.Cursor.new_from_name("default")
color_parse = gdk.color_parse
new_Cursor_for_display = gdk.Cursor
new_Cursor_from_pixbuf = gdk.Cursor
Expand Down

0 comments on commit d786ffe

Please sign in to comment.