This commit is contained in:
Dana Jansens 2003-07-10 18:54:54 +00:00
parent a46b4ee434
commit ec908528cf
2 changed files with 2 additions and 2 deletions

View file

@ -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];

View file

@ -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;