summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-15 10:23:15 -0700
committerElliott Hughes <enh@google.com>2015-04-15 10:23:15 -0700
commit99e2acae373f453ad0e866f4e1714a3607ea6bac (patch)
tree7c0f1d41baf6bb46f1df29b24b50700192099f4c /slideshow
parent01869e7a7c7afb0074c0caa2bda34f38aa83ed2a (diff)
downloadextras-99e2acae373f453ad0e866f4e1714a3607ea6bac.tar.gz
Move away from gr_surface.
Change-Id: Id23940a2e92bbfd56a2f2e1e021fb89114830dd4
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/slideshow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/slideshow.cpp b/slideshow/slideshow.cpp
index c015d530..318d8053 100644
--- a/slideshow/slideshow.cpp
+++ b/slideshow/slideshow.cpp
@@ -54,7 +54,7 @@ static void clear()
static void draw(const char *resname)
{
- gr_surface surface;
+ GRSurface* surface;
int w, h, x, y;
if (res_create_display_surface(resname, &surface) < 0) {