mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 14:54:13 +01:00
Added Expert option: "Close rootmenu when mouse (left or right) is clicked outside focus.
Common WindowMaker's rootmenu behavior if press right mouse button open menu and close only with same button. It's uncomfortably, it patch allows close menu by left or right is clicked outside focus. Changed func "static WMenu*configureMenu(WScreen *scr, WMPropList *definition)" to non-static forglobal use. Added new OPTION_WMAKER for this Expert-option. Changed event.c: for correct work should use initialization func configureMenu afterwMenuDestroy (this is a feature of the event implementation XEvent).
This commit is contained in:
committed by
Carlos R. Mafra
parent
033d2d9a6f
commit
7d423a3a0f
@@ -432,11 +432,14 @@ msgstr "Прилипания окон по краям и углам."
|
||||
msgid "Snapping a window to the top maximizes it to the full screen."
|
||||
msgstr "Распахнуть окно при перетаскивании к верхнему краю."
|
||||
|
||||
|
||||
#: ../../WPrefs.app/Expert.c:118
|
||||
msgid "Double click on titlebar maximize a window to full screen."
|
||||
msgstr "Распахнуть окно двойным щелчком."
|
||||
|
||||
#: ../../WPrefs.app/Expert.c:121
|
||||
msgid "Close rootmenu when mouse (left or right) is clicked outside focus."
|
||||
msgstr "Закрывать меню приложений правым или левым щелчком мыши вне фокуса."
|
||||
|
||||
#: ../../WPrefs.app/Expert.c:328
|
||||
msgid "Expert User Preferences"
|
||||
msgstr "Установки для опытного пользователя"
|
||||
|
||||
Reference in New Issue
Block a user