rectangle draw : need modif to the main window so the module known it's ready for...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Event_Hooks.h
index 441a4a5138b79f64c335dcb02ba8cc602da011df..479b3a35e5f5c551e36549985cfca6d6788fb905 100644 (file)
@@ -1,9 +1,18 @@
+/* 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,
+ * using information from Context, but mostly state (running, waiting...).
+ */
+
 
 #ifndef _EVENT_HOOKS_H
 #define _EVENT_HOOKS_H
 
 #include <gtk/gtk.h>
 #include <lttv/mainWindow.h>
+#include "Process_List.h"
+#include "Drawing.h"
+
+void send_test_data(ProcessList *Process_List, Drawing_t *Drawing);
 
 GtkWidget *hGuiControlFlow(mainWindow *pmParentWindow);
 
This page took 0.023438 seconds and 4 git commands to generate.