From 99e2acae373f453ad0e866f4e1714a3607ea6bac Mon Sep 17 00:00:00 2001 From: Elliott Hughes <enh@google.com> Date: Wed, 15 Apr 2015 10:23:15 -0700 Subject: [PATCH] Move away from gr_surface. Change-Id: Id23940a2e92bbfd56a2f2e1e021fb89114830dd4 --- slideshow/slideshow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slideshow/slideshow.cpp b/slideshow/slideshow.cpp index c015d53..318d805 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) { -- GitLab