From ec908528cf2abad9d2b968db9c8f7287ef5f54fe Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 18:54:54 +0000 Subject: [PATCH] use gint --- openbox/openbox.c | 2 +- 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; -- 2.44.0