X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=229c584d91f6fb03100e37707fa0ba376ed547a2;hb=632eb082277eb74d5e64beda779eee5b4456ca18;hp=9eaee553f875493bb8e9b962051c0e2cca1984fa;hpb=096dad0c6c027100494ede811b33cb8558d32e25;p=chaz%2Fopenbox 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);