diff options
-rw-r--r-- | gdk/gdkpixmap.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdkpixmap-x11.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkpixmap.c b/gdk/gdkpixmap.c index a7045d19fc..adcf3a3847 100644 --- a/gdk/gdkpixmap.c +++ b/gdk/gdkpixmap.c @@ -625,7 +625,7 @@ gdk_pixmap_colormap_create_from_xpm (GdkWindow *window, return pixmap; } -> + GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window, GdkBitmap **mask, diff --git a/gdk/x11/gdkpixmap-x11.c b/gdk/x11/gdkpixmap-x11.c index a7045d19fc..adcf3a3847 100644 --- a/gdk/x11/gdkpixmap-x11.c +++ b/gdk/x11/gdkpixmap-x11.c @@ -625,7 +625,7 @@ gdk_pixmap_colormap_create_from_xpm (GdkWindow *window, return pixmap; } -> + GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window, GdkBitmap **mask, |