diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 18:54:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 18:54:54 +0000 |
| commit | ec908528cf2abad9d2b968db9c8f7287ef5f54fe (patch) | |
| tree | f42633f9b78a8df8e0ea71cc603a017ceeaaee1e | |
| parent | a46b4ee4341dcf5c86b9182b5b970825f2e11692 (diff) | |
use gint
| -rw-r--r-- | openbox/openbox.c | 2 | ||||
| -rw-r--r-- | openbox/openbox.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index cb36eba1..55f3d042 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -58,7 +58,7 @@ gchar *ob_sm_id; RrInstance *ob_rr_inst; RrTheme *ob_rr_theme; Display *ob_display; -int ob_screen; +gint ob_screen; Window ob_root; ObState ob_state; Cursor ob_cursors[OB_NUM_CURSORS]; diff --git a/openbox/openbox.h b/openbox/openbox.h index bf250a59..c6a2f210 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -25,7 +25,7 @@ SnDisplay *ob_sn_display; #endif /*! The number of the screen on which we're running */ -extern int ob_screen; +extern gint ob_screen; /*! The root window */ extern Window ob_root; |
