X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FEvent_Hooks.h;h=66170d3c0de667f8c20cb523b2c61a9a7abcb0d8;hb=501d540508a62829ff7958daa56497b9edbd009a;hp=1adcc4c491bb15445f1057056fcaf17796cabeb5;hpb=b6db18f8146b58641bfc639049bc53aaeb658bb9;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 1adcc4c4..66170d3c 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.h @@ -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,7 +35,7 @@ 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 *mw, LttvTracesetSelector * s, char * key);