diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-06 23:27:09 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:31 +0200 |
commit | c9d08d02e540dfbd2c4517dbffdf635a462c0fe3 (patch) | |
tree | 4a575870aebb95ec48faf55799fa26aa50f92fca /gdk/gdkwindow.h | |
parent | 4f37e6833c356ac3c70e084ede86ff05db84f703 (diff) | |
download | gtk+-c9d08d02e540dfbd2c4517dbffdf635a462c0fe3.tar.gz |
gdk: Remove data consructors for GdkPixmap
That is all of the gdk_pixmap/bitmap_create_from_* constructors.
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r-- | gdk/gdkwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h index cdc250043c..bdba84e0dd 100644 --- a/gdk/gdkwindow.h +++ b/gdk/gdkwindow.h @@ -576,8 +576,6 @@ gboolean gdk_window_ensure_native (GdkWindow *window); /* * This allows for making shaped (partially transparent) windows * - cool feature, needed for Drag and Drag for example. - * The shape_mask can be the mask - * from gdk_pixmap_create_from_xpm. Stefan Wille */ void gdk_window_shape_combine_mask (GdkWindow *window, GdkBitmap *mask, |