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

This commit is contained in:
Christophe CURIS
2013-09-29 16:31:49 +01:00
committed by Carlos R. Mafra
parent 3892f3220a
commit 577506cbd2
3 changed files with 17 additions and 17 deletions
+3
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;