X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmenu.h;h=87ccdee45babc8311805d2c0f2e542e778d43e76;hb=bcacff8e2fc03007501455792b55b793996d336a;hp=fe94847d961b5afc63c9fae56990bd52c963d43f;hpb=6c9d86ddd9b3b83e27016d745a2164c0731f2bf3;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h index fe94847d..87ccdee4 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h @@ -19,16 +19,16 @@ #ifndef MENU_H #define MENU_H -#include #include +#include typedef GArray LttvMenus; typedef struct _LttvMenuClosure { lttvwindow_viewer_constructor con; - char * menuPath; - char * menuText; + char * menu_path; + char * menu_text; GtkWidget *widget; } LttvMenuClosure;