summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-29 21:22:19 -0400
committerDana Jansens <danakj@orodu.net>2010-03-29 21:22:19 -0400
commitd35605823736410c4910ec1affe9563e4e8a8769 (patch)
tree447cbf17e13f05597697407fbf2987f101b11377 /openbox/openbox.h
parentd826971d7206b3ecc99e9eabf64625303825952a (diff)
save the LC_MESSAGES locale category
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 9eaee553..229c584d 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -46,6 +46,9 @@ extern gboolean ob_sm_restore;
extern gboolean ob_replace_wm;
extern gboolean ob_debug_xinerama;
+/*! The current locale for the LC_MESSAGES category */
+extern const gchar *ob_locale_msg;
+
/* The state of execution of the window manager */
ObState ob_state(void);
void ob_set_state(ObState state);