execution mode added
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index cc03e7cf399db0125f24db9c611bdeffda4573b3..1c9331d2765c337eb903506bf0a0d15ed517ce28 100644 (file)
@@ -56,7 +56,11 @@ typedef struct _HashedProcessData {
   GtkTreeRowReference *row_ref;
  // DrawContext *draw_context;
   /* Information on current drawing */
-  guint x; /* last x position saved by after state update */
+  struct {
+    guint over;
+    guint middle;
+    guint under;
+  } x; /* last x position saved by after state update */
 
   // FIXME : add info on last event ?
 
This page took 0.024792 seconds and 4 git commands to generate.