OSDN Git Service

Move away from gr_surface.
authorElliott Hughes <enh@google.com>
Wed, 15 Apr 2015 17:23:15 +0000 (10:23 -0700)
committerElliott Hughes <enh@google.com>
Wed, 15 Apr 2015 17:23:15 +0000 (10:23 -0700)
Change-Id: Id23940a2e92bbfd56a2f2e1e021fb89114830dd4

slideshow/slideshow.cpp

index c015d53..318d805 100644 (file)
@@ -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) {