Drawing.h attribute name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index a1fbb45807a86ab8590642cda19714ec72218506..1adcc4c491bb15445f1057056fcaf17796cabeb5 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 ;
 
 
 
 
 
-void send_test_data(ProcessList *Process_List, Drawing_t *Drawing);
+void send_test_data(ProcessList *process_list, Drawing_t *Drawing);
 
-GtkWidget *h_guicontrolflow(MainWindow *pmParentWindow, LttvTracesetSelector * s, char * key);
+GtkWidget *h_guicontrolflow(MainWindow *mw, LttvTracesetSelector * s, char * key);
 
 int event_selected_hook(void *hook_data, void *call_data);
 
 /* Hook called before drawing. Gets the initial context at the beginning of the
- * drawing interval and copy it to the context in Event_Request.
+ * drawing interval and copy it to the context in event_request.
  */
 int draw_before_hook(void *hook_data, void *call_data);
 
@@ -75,8 +75,8 @@ void draw_closure(gpointer key, gpointer value, gpointer user_data);
 int  after_data_request(void *hook_data, void *call_data);
 
 
-void update_time_window_hook(void *hook_data, void *call_data);
-void update_current_time_hook(void *hook_data, void *call_data);
+gint update_time_window_hook(void *hook_data, void *call_data);
+gint update_current_time_hook(void *hook_data, void *call_data);
 
 
 
This page took 0.025504 seconds and 4 git commands to generate.