From f76122f0e7a3b82962dbe005d58a643c835013d0 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 29 May 2008 20:32:39 +0000 Subject: Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17655 a1c6a512-1295-4272-9138-f99709370657 --- apps/screen_access.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 883e152..07684b0 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -68,7 +68,7 @@ struct screen #if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) bool has_disk_led; #endif -#ifdef HAS_BUTTONBAR +#ifdef HAVE_BUTTONBAR bool has_buttonbar; #endif void (*set_viewport)(struct viewport* vp); @@ -155,7 +155,7 @@ struct screen void (*backlight_set_timeout)(int index); }; -#ifdef HAS_BUTTONBAR +#ifdef HAVE_BUTTONBAR /* * Sets if the given screen has a buttonbar or not * - screen : the screen structure -- cgit v1.1