X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmenu.h;h=87ccdee45babc8311805d2c0f2e542e778d43e76;hb=145230cf264a41837f34b6a6749bb81f36dd7575;hp=a2f10ffae95b83870c0cbd495b3b6510e0feea3c;hpb=7afc14aa328665480b57e91234740392c8a236b1;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 a2f10ffa..87ccdee4 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/menu.h @@ -20,16 +20,15 @@ #define MENU_H #include -#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;