From 6225f388b86746f19159df22acf0da53326051b2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 19 Oct 2009 00:26:46 +0000 Subject: Reorder members for more efficient alignment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23254 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_internals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index 638fb0a081..e0e2882556 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -77,14 +77,14 @@ #ifdef HAVE_LCD_BITMAP struct gui_img { - char label; - struct bitmap bm; struct viewport* vp; /* The viewport to display this image in */ short int x; /* x-pos */ short int y; /* y-pos */ short int num_subimages; /* number of sub-images */ short int subimage_height; /* height of each sub-image */ short int display; /* -1 for no display, 0..n to display a subimage */ + struct bitmap bm; + char label; bool loaded; /* load state */ bool always_display; /* not using the preload/display mechanism */ }; -- cgit v1.2.3