X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcommon.h;h=815264798490f5fbddffe735b4a60c6a4d71afa9;hb=42fcbb715d16ba7c2c0a37aab5add4bd64d96079;hp=e41a73575027ed030f5a53b7b3f86ecaeb2c3fd7;hpb=b21c82b6a990f6be7fee4db796e593b407101863;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h index e41a7357..81526479 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/common.h @@ -31,9 +31,8 @@ typedef struct _MainWindow MainWindow; typedef struct _Tab Tab; /* constructor of the viewer */ -typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window, - LttvTracesetSelector * s, char *key); -typedef lttv_constructor view_constructor; +typedef GtkWidget * (*lttvwindow_viewer_constructor) + (MainWindow * main_window, LttvTracesetSelector * s, char *key); typedef struct _TimeWindow { LttTime start_time;