mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
gdk_cursor_new_from_pixmap: Fix gdk_display_is_closed call
This was typoed in commit dfe6ba932c
https://bugzilla.gnome.org/show_bug.cgi?id=642843
This commit is contained in:
parent
4a286010d3
commit
f598f75dfb
@ -694,7 +694,7 @@ gdk_cursor_new_from_pixmap (GdkDisplay *display,
|
||||
xbg.blue = bg->blue;
|
||||
xbg.green = bg->green;
|
||||
|
||||
if (gdk_display_is_closed (display->closed))
|
||||
if (gdk_display_is_closed (display))
|
||||
xcursor = None;
|
||||
else
|
||||
xcursor = XCreatePixmapCursor (GDK_DISPLAY_XDISPLAY (display),
|
||||
|
Loading…
Reference in New Issue
Block a user