diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2019-03-25 22:21:17 +0100 |
---|---|---|
committer | Jari Vetoniemi <mailRoxas@gmail.com> | 2019-03-25 23:21:17 +0200 |
commit | 38069992ec97aa22da84a1e1dbb5e8ff9cd03d60 (patch) | |
tree | 4c476d8c56c8b1fe84c7858b6c8b61a46cadae21 /lib/bemenu.h | |
parent | b375ef8b0bd2c40b4fc26bd0c4d38dcb4374c149 (diff) | |
download | bemenu-38069992ec97aa22da84a1e1dbb5e8ff9cd03d60.tar.gz bemenu-38069992ec97aa22da84a1e1dbb5e8ff9cd03d60.tar.bz2 bemenu-38069992ec97aa22da84a1e1dbb5e8ff9cd03d60.zip |
Add option to respect panel position (#48)
* implement option to make menu respect panel boundaries
* fixup! implement option to make menu respect panel boundaries
Diffstat (limited to 'lib/bemenu.h')
-rw-r--r-- | lib/bemenu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/bemenu.h b/lib/bemenu.h index 14368d7..8b28dfe 100644 --- a/lib/bemenu.h +++ b/lib/bemenu.h @@ -472,6 +472,11 @@ void bm_menu_grab_keyboard(struct bm_menu *menu, bool grab); */ bool bm_menu_is_keyboard_grabbed(struct bm_menu *menu); +/** + * Tell the renderer to position the menu that it can overlap panels. + */ +void bm_menu_set_panel_overlap(struct bm_menu *menu, bool overlap); + /** @} Properties */ /** |