From ee7f12644c425063865ae5f61eba3d0e66ddc869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sun, 1 Feb 2009 14:23:17 +0000 Subject: Use unsigned constants to avoid adding another gcc-support routine and save a few bytes. This affects SH only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19899 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/viewport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gui/viewport.h b/apps/gui/viewport.h index 9d5237b..d27692c 100644 --- a/apps/gui/viewport.h +++ b/apps/gui/viewport.h @@ -62,8 +62,8 @@ void viewport_set_defaults(struct viewport *vp, enum screen_type screen); * SB "displaying rules". */ #define VP_SB_HIDE_ALL 0 -#define VP_SB_ONSCREEN(screen) (1<