changeset 374:47dc310e6d74

gdk_gc_set_colormap() doesn't exist on GTK 1.x.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 19:55:54 +0000
parents d04b0699fc28
children 84f79737b7d9
files gtk/dw.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sun Apr 27 19:53:29 2003 +0000
+++ b/gtk/dw.c	Sun Apr 27 19:55:54 2003 +0000
@@ -5269,7 +5269,6 @@
 	{
 		gdk_gc_set_foreground(gc, &_foreground[index]);
 		gdk_gc_set_background(gc, &_background[index]);
-		gdk_gc_set_colormap(gc, _dw_cmap);
 	}
 	return gc;
 }