diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-22 12:54:53 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-22 13:01:56 -0500 |
| commit | f476442531061fb6d36e3cc79decac10b985db35 (patch) | |
| tree | 8b5de42361d49f5985f43dc61d5406fb0cde0381 /openbox/config.h | |
| parent | 1b33ab6c0d9117a84325e1bc01489bde566cda64 (diff) | |
print a warning when the session has a different number of desktops than the openbox config
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.h b/openbox/config.h index 240b04f1..50e7dfe3 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -143,7 +143,7 @@ extern RrFont *config_font_menuitem; extern RrFont *config_font_osd; /*! The number of desktops */ -extern gint config_desktops_num; +extern guint config_desktops_num; /*! Desktop to start on, put 5 to start in the center of a 3x3 grid */ extern guint config_screen_firstdesk; /*! Names for the desktops */ |
