use gint
This commit is contained in:
parent
a46b4ee434
commit
ec908528cf
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ gchar *ob_sm_id;
|
||||||
RrInstance *ob_rr_inst;
|
RrInstance *ob_rr_inst;
|
||||||
RrTheme *ob_rr_theme;
|
RrTheme *ob_rr_theme;
|
||||||
Display *ob_display;
|
Display *ob_display;
|
||||||
int ob_screen;
|
gint ob_screen;
|
||||||
Window ob_root;
|
Window ob_root;
|
||||||
ObState ob_state;
|
ObState ob_state;
|
||||||
Cursor ob_cursors[OB_NUM_CURSORS];
|
Cursor ob_cursors[OB_NUM_CURSORS];
|
||||||
|
|
|
@ -25,7 +25,7 @@ SnDisplay *ob_sn_display;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*! The number of the screen on which we're running */
|
/*! The number of the screen on which we're running */
|
||||||
extern int ob_screen;
|
extern gint ob_screen;
|
||||||
/*! The root window */
|
/*! The root window */
|
||||||
extern Window ob_root;
|
extern Window ob_root;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue