From ba8fbb0b9bb8db9f654b0120809e343516c02531 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 25 Sep 2009 18:36:28 +0000 Subject: Rename struct skin_albumart members to be consistent with similar members of other structs. the albumart_ prefix is redundant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22836 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_internals.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/gui/skin_engine/wps_internals.h') diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index a5fc70d1ef..177a376008 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -226,15 +226,15 @@ struct touchregion { struct skin_albumart { /* Album art support */ struct viewport *vp;/* The viewport this is in */ - int albumart_x; - int albumart_y; - int albumart_max_width; - int albumart_max_height; + int x; + int y; + int width; + int height; bool draw; - unsigned char albumart_xalign; /* WPS_ALBUMART_ALIGN_LEFT, _CENTER, _RIGHT */ - unsigned char albumart_yalign; /* WPS_ALBUMART_ALIGN_TOP, _CENTER, _BOTTOM */ - unsigned char wps_uses_albumart; /* WPS_ALBUMART_NONE, _CHECK, _LOAD */ + unsigned char xalign; /* WPS_ALBUMART_ALIGN_LEFT, _CENTER, _RIGHT */ + unsigned char yalign; /* WPS_ALBUMART_ALIGN_TOP, _CENTER, _BOTTOM */ + unsigned char state; /* WPS_ALBUMART_NONE, _CHECK, _LOAD */ }; #endif -- cgit v1.2.3