Author: jpc                          Date: Wed Aug 17 10:06:31 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- a patch from Gtk+2 CVS

---- Files affected:
SOURCES:
   gtk+2-colormap.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk+2-colormap.patch
diff -u /dev/null SOURCES/gtk+2-colormap.patch:1.1
--- /dev/null   Wed Aug 17 12:06:31 2005
+++ SOURCES/gtk+2-colormap.patch        Wed Aug 17 12:06:26 2005
@@ -0,0 +1,24 @@
+===================================================================
+RCS file: /cvs/gnome/gtk+/gdk/x11/gdkwindow-x11.c,v
+retrieving revision 1.247
+retrieving revision 1.248
+diff -c -r1.247 -r1.248
+*** gdk/x11/gdkwindow-x11.c    2005/08/12 13:13:54     1.247
+--- gdk/x11/gdkwindow-x11.c    2005/08/15 12:35:04     1.248
+***************
+*** 2913,2919 ****
+    g_return_if_fail (pixmap == NULL || !parent_relative);
+    g_return_if_fail (pixmap == NULL || gdk_drawable_get_depth (window) == 
gdk_drawable_get_depth (pixmap));
+  
+!   if (!gdk_drawable_get_colormap (pixmap))
+      {
+        g_warning ("gdk_window_set_back_pixmap(): pixmap must have a 
colormap");
+        return;
+--- 2913,2919 ----
+    g_return_if_fail (pixmap == NULL || !parent_relative);
+    g_return_if_fail (pixmap == NULL || gdk_drawable_get_depth (window) == 
gdk_drawable_get_depth (pixmap));
+  
+!   if (pixmap && !gdk_drawable_get_colormap (pixmap))
+      {
+        g_warning ("gdk_window_set_back_pixmap(): pixmap must have a 
colormap");
+        return;
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to