X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=81bf7c63a22d1289e43601212739234ad5bb20cc;hb=49bf71b500f112cc90b790eb3975cceac351d021;hp=0da0ccd7cee30e3b56b30154b654a90cdbdce883;hpb=daecc161cdd7a5931dc553307e3509010076ac35;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 0da0ccd7..81bf7c63 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -4,12 +4,14 @@ #include #include #include +#include typedef struct _MainWindow MainWindow; typedef struct _Tab Tab; /* constructor of the viewer */ -typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window); +typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window, + LttvTracesetSelector * s, char *key); typedef lttv_constructor view_constructor; typedef struct _TimeWindow {