X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FEvent_Hooks.h;h=c3f29089f6be03f99ba899fc3961c46244bf4c2f;hb=a56a1ba44968b834968a8ab0f39d4f64eb6b5e5c;hp=6add225dc4d8f7e39a6b749d20ff2a84192fff51;hpb=540edb40ef20c2ce40132b3189e183d055dbe711;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h index 6add225d..c3f29089 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h @@ -22,13 +22,13 @@ */ typedef struct _EventRequest { - ControlFlowData *Control_Flow_Data; - LttTime time_begin, time_end; - gint x_begin, x_end; - /* Fill the Events_Context during the initial expose, before calling for - * events. - */ - //GArray Events_Context; //FIXME + ControlFlowData *Control_Flow_Data; + LttTime time_begin, time_end; + gint x_begin, x_end; + /* Fill the Events_Context during the initial expose, before calling for + * events. + */ + //GArray Events_Context; //FIXME } EventRequest ;