]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo in !HAVE_XCURSOR code paths
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 May 2011 16:01:04 +0000 (12:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 May 2011 16:01:04 +0000 (12:01 -0400)
Patch by Victor Oliveira,
http://bugzilla.gnome.org/show_bug.cgi?id=649665

gdk/x11/gdkcursor-x11.c

index b592af9ad7bb5af50d9ce799e9b3de7dae394ef0..ae4308eff07894310c4c81b8bfc3c90fe893e3d6 100644 (file)
@@ -719,7 +719,7 @@ _gdk_x11_display_get_cursor_for_pixbuf (GdkDisplay *display,
   cairo_surface_t *pixmap, *mask;
   guint width, height, n_channels, rowstride, data_stride, i, j;
   guint8 *data, *mask_data, *pixels;
-  GdkRGBBA fg = { 0, 0, 0, 1 };
+  GdkRGBA fg = { 0, 0, 0, 1 };
   GdkRGBA bg = { 1, 1, 1, 1 };
   GdkScreen *screen;
   cairo_surface_t *image;