From 00185e7ed197059ed572066217a076ec80403f3a Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Mon, 9 Dec 2002 23:34:49 +0000 Subject: update to allow a GdkDrawable instead of a GdkWindow. Tue Dec 10 00:49:35 2002 Kristian Rietveld * 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.pre-2-6 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog.pre-2-6') diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e5ff82748..28ee442c8 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,23 @@ +Tue Dec 10 00:49:35 2002 Kristian Rietveld + + * 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 + Mon Dec 9 17:31:06 2002 Owen Taylor * gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove -- cgit v1.2.1