X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmenu.h;h=2ecbb5cdef846ab2c0b62210c51a303026fdbaf6;hb=c90da6da781932c2d178bfb7e39ec1d5003543b7;hp=3b7c1c3840477ff0757b19fc30d914ad7e720a41;hpb=a4f023cf3a085d414a03e2d074e6eaa5258e4391;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index 3b7c1c38..2ecbb5cd 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -103,7 +103,7 @@ struct _ObMenuEntry char *label; ObMenu *parent; - Action *action; + ObAction *action; ObMenuEntryRenderType render_type; gboolean hilite; @@ -155,7 +155,7 @@ void menu_hide(ObMenu *self); void menu_clear(ObMenu *self); -ObMenuEntry *menu_entry_new_full(char *label, Action *action, +ObMenuEntry *menu_entry_new_full(char *label, ObAction *action, ObMenuEntryRenderType render_type, gpointer submenu);