summaryrefslogtreecommitdiff
path: root/gdk/gdkpixmap.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-13 22:41:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-13 22:41:30 +0000
commit868b00638c146bdc98c21b278e010d5b68adbeca (patch)
treeeac3a380cba4fe188498832ab81ae62ff682b859 /gdk/gdkpixmap.h
parentee3cc234b87ae911fb3778fd9471b752236f400b (diff)
downloadgtk+-868b00638c146bdc98c21b278e010d5b68adbeca.tar.gz
Remove creative formatting.
Sun May 13 18:40:04 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkpixmap.h: Remove creative formatting. Thu May 10 19:22:28 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtktogglebutton.c: Patch from John Margaglione converting to property API. (#51669) * gtk/gtkscale.c: Patch from John Margaglione converting to property API. (#51891) * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting to property API. (#50985)
Diffstat (limited to 'gdk/gdkpixmap.h')
-rw-r--r--gdk/gdkpixmap.h39
1 files changed, 19 insertions, 20 deletions
diff --git a/gdk/gdkpixmap.h b/gdk/gdkpixmap.h
index 2d08ac6ca5..47535609d8 100644
--- a/gdk/gdkpixmap.h
+++ b/gdk/gdkpixmap.h
@@ -53,26 +53,25 @@ GdkPixmap* gdk_pixmap_create_from_data (GdkWindow *window,
gint depth,
GdkColor *fg,
GdkColor *bg);
-GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window,
- GdkBitmap **mask,
- GdkColor *transparent_color,
- const gchar *filename);
-GdkPixmap* gdk_pixmap_colormap_create_from_xpm
- (GdkWindow *window,
- GdkColormap *colormap,
- GdkBitmap **mask,
- GdkColor *transparent_color,
- const gchar *filename);
-GdkPixmap* gdk_pixmap_create_from_xpm_d (GdkWindow *window,
- GdkBitmap **mask,
- GdkColor *transparent_color,
- gchar **data);
-GdkPixmap* gdk_pixmap_colormap_create_from_xpm_d
- (GdkWindow *window,
- GdkColormap *colormap,
- GdkBitmap **mask,
- GdkColor *transparent_color,
- gchar **data);
+
+GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window,
+ GdkBitmap **mask,
+ GdkColor *transparent_color,
+ const gchar *filename);
+GdkPixmap* gdk_pixmap_colormap_create_from_xpm (GdkWindow *window,
+ GdkColormap *colormap,
+ GdkBitmap **mask,
+ GdkColor *transparent_color,
+ const gchar *filename);
+GdkPixmap* gdk_pixmap_create_from_xpm_d (GdkWindow *window,
+ GdkBitmap **mask,
+ GdkColor *transparent_color,
+ gchar **data);
+GdkPixmap* gdk_pixmap_colormap_create_from_xpm_d (GdkWindow *window,
+ GdkColormap *colormap,
+ GdkBitmap **mask,
+ GdkColor *transparent_color,
+ gchar **data);
#ifdef __cplusplus
}