fix colors
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 12 Aug 2004 21:48:52 +0000 (21:48 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 12 Aug 2004 21:48:52 +0000 (21:48 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@720 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c

index 28934be2dc5f27b271f668e6d451bb903ed1b851..18407dd8fe38e8f84671eb611e8edee877a766da 100644 (file)
@@ -860,10 +860,9 @@ Drawing_t *drawing_construct(ControlFlowData *control_flow_data)
 
   /* Allocate the colors */
   GdkColormap* colormap = gdk_colormap_get_system();
-
+  gboolean success[NUM_COLORS];
   gdk_colormap_alloc_colors(colormap, drawing_colors, NUM_COLORS, FALSE,
-                            TRUE, NULL);
-  
+                            TRUE, success);
   
   return drawing;
 }
This page took 0.034098 seconds and 4 git commands to generate.