Option to show version in title bar with /titlebarversion

This commit is contained in:
James Booth
2012-11-29 20:34:52 +00:00
parent ed6c6b36c0
commit 1780148f59
4 changed files with 48 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ gboolean prefs_get_showsplash(void);
void prefs_set_showsplash(gboolean value);
gboolean prefs_get_vercheck(void);
void prefs_set_vercheck(gboolean value);
gboolean prefs_get_titlebarversion(void);
void prefs_set_titlebarversion(gboolean value);
gboolean prefs_get_intype(void);
void prefs_set_intype(gboolean value);
gboolean prefs_get_states(void);