[gtk+] Fix a typo in !HAVE_XCURSOR code paths



commit 5b9e402cf31c27137b5c529b2a629e73f17b85d8
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 7 12:01:04 2011 -0400

    Fix a typo in !HAVE_XCURSOR code paths
    
    Patch by Victor Oliveira,
    http://bugzilla.gnome.org/show_bug.cgi?id=649665

 gdk/x11/gdkcursor-x11.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index b592af9..ae4308e 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]