all repos — openbox @ c02c825cb8f18f0170b312ea8d4b3f4d491bff40

openbox fork - make it a bit more like ryudo

Fix an unsigned/signed warning.
Dana Jansens danakj@orodu.net
commit

c02c825cb8f18f0170b312ea8d4b3f4d491bff40

parent

44df758d6b7a0f268118275cfc44b885f83f784c

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

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

@@ -32,7 +32,7 @@ #include <X11/Xlib.h>

#include <glib.h> /* 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 */ #define HILITE_SIZE (ICON_SIZE + 2*HILITE_OFFSET) /* Width of the outer ring around the hilite box */