Fix an unsigned/signed warning.
This commit is contained in:
parent
44df758d6b
commit
c02c825cb8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
/* Size of the icons, which can appear inside or outside of a hilite box */
|
/* Size of the icons, which can appear inside or outside of a hilite box */
|
||||||
#define ICON_SIZE config_theme_window_list_icon_size
|
#define ICON_SIZE (gint)config_theme_window_list_icon_size
|
||||||
/* Size of the hilite box around a window's icon */
|
/* Size of the hilite box around a window's icon */
|
||||||
#define HILITE_SIZE (ICON_SIZE + 2*HILITE_OFFSET)
|
#define HILITE_SIZE (ICON_SIZE + 2*HILITE_OFFSET)
|
||||||
/* Width of the outer ring around the hilite box */
|
/* Width of the outer ring around the hilite box */
|
||||||
|
|
Loading…
Reference in a new issue