X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FEvent_Hooks.h;h=1adcc4c491bb15445f1057056fcaf17796cabeb5;hb=14963be07f6a9c7c2db0d988f557b870ebd5dead;hp=d7ca7453f6c85828593d5d0f609e361bbb0dce50;hpb=68997a228f7f14486fa61714161911434bfb8a23;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 d7ca7453..1adcc4c4 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h @@ -37,12 +37,12 @@ typedef struct _EventRequest 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);