retabulation 2 spaces
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index 6add225dc4d8f7e39a6b749d20ff2a84192fff51..c3f29089f6be03f99ba899fc3961c46244bf4c2f 100644 (file)
  */
 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 ;
 
 
This page took 0.022959 seconds and 4 git commands to generate.