OSDN Git Service

Merge "make_ext4fs: use libcutils and libselinux shared libraries"
authorMark Salyzyn <salyzyn@google.com>
Wed, 15 Apr 2015 18:14:37 +0000 (18:14 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 15 Apr 2015 18:14:37 +0000 (18:14 +0000)
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) {