all repos — openbox @ ec908528cf2abad9d2b968db9c8f7287ef5f54fe

openbox fork - make it a bit more like ryudo

use gint
Dana Jansens danakj@orodu.net
commit

ec908528cf2abad9d2b968db9c8f7287ef5f54fe

parent

a46b4ee4341dcf5c86b9182b5b970825f2e11692

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -58,7 +58,7 @@

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];
M openbox/openbox.hopenbox/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;