Bug 1025616 - fix -moz-grab cursor on GTK to not use hand1, r=karlt

This commit is contained in:
Gijs Kruitbosch 2014-08-22 08:04:10 +02:00
parent 867e2b7df9
commit 071218ec98

View File

@ -5003,8 +5003,6 @@ get_gtk_cursor(nsCursor aCursor)
// Those two arent standardized. Trying both KDEs and GNOMEs names
case eCursor_grab:
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "openhand");
if (!gdkcursor)
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "hand1");
if (!gdkcursor)
newType = MOZ_CURSOR_HAND_GRAB;
break;