mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
shortcutWindows moved to w_global
The variable shortcutWindows is moved to w_global. Now, the shortcuts are used in whole Window Maker, not only in the current screen.
This commit is contained in:
committed by
Carlos R. Mafra
parent
6987d4aa40
commit
0de3e590ce
@@ -563,6 +563,11 @@ extern struct wmaker_global_variables {
|
||||
/* Session related */
|
||||
WMPropList *session_state;
|
||||
|
||||
/* Keyboard and shortcuts */
|
||||
struct {
|
||||
WMArray *windows[MAX_WINDOW_SHORTCUTS];
|
||||
} shortcut;
|
||||
|
||||
/* Application related */
|
||||
struct WAppIcon *app_icon_list; /* list of all aplication icons */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user