1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

wmaker: Moved variable ValidModMask into the global namespace

This commit is contained in:
Christophe CURIS
2013-10-10 23:55:53 +02:00
committed by Carlos R. Mafra
parent 24ce829f7f
commit f751cc6a50
7 changed files with 18 additions and 15 deletions

View File

@@ -72,8 +72,6 @@ Display *dpy;
char *ProgName;
unsigned int ValidModMask = 0xff;
struct WPreferences wPreferences;
WShortKey wKeyBindings[WKBD_LAST];
@@ -538,6 +536,7 @@ int main(int argc, char **argv)
w_global.timestamp.last_event = CurrentTime;
w_global.timestamp.focus_change = CurrentTime;
w_global.workspace.ignore_change = False;
w_global.shortcut.modifiers_mask = 0xff;
/* setup common stuff for the monitor and wmaker itself */
WMInitializeApplication("WindowMaker", &argc, argv);