From 25123570c76f2055d3ae05d79741038c0e23c536 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Fri, 4 Sep 2009 00:46:24 +0000 Subject: Fix STRIDE macro for multiscreen and add stride support for picture lib. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22615 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/picture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/picture.h') diff --git a/apps/plugins/lib/picture.h b/apps/plugins/lib/picture.h index 0013489039..7aa9899018 100644 --- a/apps/plugins/lib/picture.h +++ b/apps/plugins/lib/picture.h @@ -27,6 +27,7 @@ struct picture{ const void* data; int width; int height; + int slide_height; }; void picture_draw(struct screen* display, const struct picture* picture, -- cgit v1.2.3