]> Pileus Git - ~andy/gtk/commit
update to allow a GdkDrawable instead of a GdkWindow.
authorKristian Rietveld <kris@gtk.org>
Mon, 9 Dec 2002 23:34:49 +0000 (23:34 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Mon, 9 Dec 2002 23:34:49 +0000 (23:34 +0000)
commit00185e7ed197059ed572066217a076ec80403f3a
tree03d50e3946a77d0c885252974f15aea8d3a9b5f9
parent7c2489e953f68bced5c25b4c0d1aa7bb6b26b415
update to allow a GdkDrawable instead of a GdkWindow.

Tue Dec 10 00:49:35 2002  Kristian Rietveld  <kris@gtk.org>

        * gdk/gdkpixmap.h (gdk_pixmap_new), (gdk_bitmap_create_from_data),
        (gdk_pixmap_create_from_xpm), (gdk_pixmap_colormap_create_from_xpm),
        (gdk_pixmap_create_from_xpm_d),
        (gdk_pixmap_colormap_create_from_xpm_d): update to allow a
        GdkDrawable instead of a GdkWindow.

        * gdk/gdkpixmap.c (gdk_pixmap_colormap_create_from_xpm),
        (gdk_pixmap_create_from_xpm), (gdk_pixmap_colormap_create_from_xpm_d),
        (gdk_pixmap_create_from_xpm_d): update to allow a GdkDrawable
        instead of a GdkWindow.

        * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new),
        (gdk_bitmap_create_from_data), (gdk_pixmap_create_from_data): update
        to allow a GdkDrawable instead of a GdkWindow.

        * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new),
        (gdk_bitmap_create_from_data), (gdk_pixmap_create_from_data): likewise
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkpixmap.c
gdk/gdkpixmap.h
gdk/linux-fb/gdkpixmap-fb.c
gdk/x11/gdkpixmap-x11.c