mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
Support a very simple root-menu
This commit is contained in:
parent
f49a3a0395
commit
dc5d1ab976
9 changed files with 255 additions and 36 deletions
|
|
@ -38,9 +38,10 @@
|
|||
#define XCURSOR_MOVE "grabbing"
|
||||
|
||||
enum cursor_mode {
|
||||
LAB_CURSOR_PASSTHROUGH,
|
||||
LAB_CURSOR_PASSTHROUGH = 0,
|
||||
LAB_CURSOR_MOVE,
|
||||
LAB_CURSOR_RESIZE,
|
||||
LAB_INPUT_STATE_MENU,
|
||||
};
|
||||
|
||||
struct input {
|
||||
|
|
@ -106,6 +107,8 @@ struct server {
|
|||
|
||||
/* Set when in cycle (alt-tab) mode */
|
||||
struct view *cycle_view;
|
||||
|
||||
struct menu *rootmenu;
|
||||
};
|
||||
|
||||
struct output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue