warning fixes
[lttv.git] / trunk / lttv / lttv / modules / gui / resourceview / processlist.c
index dec03cfca844507654a95e53ffd8f6142be0b667..1b07852c47967ea6efa7ebd5264eaa8c19fa6c14 100644 (file)
@@ -246,9 +246,9 @@ void update_pixmap_size(ProcessList *process_list, guint width)
 {
   int i;
   for(i=0; i<RV_RESOURCE_COUNT; i++) {
-    g_hash_table_foreach(process_list->restypes[i].hash_table, 
-                       (GHFunc)update_pixmap_size_each,
-                       (gpointer)width);
+    g_hash_table_foreach(process_list->restypes[i].hash_table,
+                        (GHFunc)update_pixmap_size_each,
+                        GUINT_TO_POINTER(width));
   }
 }
 
This page took 0.022292 seconds and 4 git commands to generate.