X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fprocesslist.h;h=1c9331d2765c337eb903506bf0a0d15ed517ce28;hb=2309386913ad8c4ce16fa35b7ce749ea7845e292;hp=cc03e7cf399db0125f24db9c611bdeffda4573b3;hpb=58fa3bc7964eb03542f577929aee0dceb0dfc8fd;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h index cc03e7cf..1c9331d2 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h @@ -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 ?