Drawing to drawing name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index d7ca7453f6c85828593d5d0f609e361bbb0dce50..66170d3c0de667f8c20cb523b2c61a9a7abcb0d8 100644 (file)
@@ -1,5 +1,5 @@
 /* Event_hooks.c defines the hooks that are given to processTrace as parameter.
- * These hooks call the Drawing API to draw the information on the screen,
+ * These hooks call the drawing API to draw the information on the screen,
  * using information from Context, but mostly state (running, waiting...).
  */
 
@@ -35,14 +35,14 @@ typedef struct _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);
 
This page took 0.022849 seconds and 4 git commands to generate.