From 0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Apr 2003 18:29:55 +0000 Subject: start of showing/rendering menus. woot! --- openbox/action.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index a5b1708e..989b975d 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -65,7 +65,9 @@ struct Resize { struct ShowMenu { Client *c; - char *menuName; + char *name; + int x; + int y; }; struct CycleWindows { @@ -87,7 +89,7 @@ union ActionData { struct NextPreviousDesktop nextprevdesktop; struct Move move; struct Resize resize; - struct ShowMenu showMenu; + struct ShowMenu showmenu; struct CycleWindows cycle; }; -- cgit v1.2.3