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

wmaker: Moved the variable for Locale choice (I18N) to the global variable structure

This commit is contained in:
Christophe CURIS
2013-09-29 13:22:51 +02:00
committed by Carlos R. Mafra
parent 3892f3220a
commit 577506cbd2
3 changed files with 17 additions and 17 deletions

View File

@@ -461,6 +461,9 @@ extern struct wmaker_global_variables {
wprog_state signal_state;
} program;
/* locale to use. NULL==POSIX or C */
const char *locale;
} w_global;
extern unsigned int ValidModMask;