summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkcursor-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-21 12:32:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:32:34 -0500
commitf9e876e2654d2f0b23a41bc7effc2bdbd0a62154 (patch)
treea7320b342ca13e90a3d831a335d2f6db83b47059 /gdk/x11/gdkcursor-x11.c
parentb3bd1842747f83609336cfee8c2fd447c9c6bfee (diff)
downloadgtk+-f9e876e2654d2f0b23a41bc7effc2bdbd0a62154.tar.gz
Fix another typo
Diffstat (limited to 'gdk/x11/gdkcursor-x11.c')
-rw-r--r--gdk/x11/gdkcursor-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index e549d7da86..1a900885b7 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -271,7 +271,7 @@ _gdk_x11_display_get_cursor_for_type (GdkDisplay *display,
}
private = g_object_new (GDK_TYPE_X11_CURSOR,
- "cursor-type", GDK_CURSOR_IS_PIXMAP,
+ "cursor-type", cursor_type,
"display", display,
NULL);
private->xcursor = xcursor;