summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Strachan <alistair.strachan@imgtec.com>2017-04-29 00:05:33 +0200
committerTao Bao <tbao@google.com>2017-04-29 01:13:02 +0200
commit4697d8b11b259a8dbed5998381265f7010eb6318 (patch)
tree271bd30c7db105925f0a8689bde1e8703933ae1b
parentMerge "Adding support for quiescent reboot to recovery" (diff)
downloadandroid_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar.gz
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar.bz2
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar.lz
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar.xz
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.tar.zst
android_bootable_recovery-4697d8b11b259a8dbed5998381265f7010eb6318.zip
-rw-r--r--minui/graphics_adf.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/minui/graphics_adf.cpp b/minui/graphics_adf.cpp
index 1b15a04fb..a59df00c6 100644
--- a/minui/graphics_adf.cpp
+++ b/minui/graphics_adf.cpp
@@ -28,7 +28,8 @@
#include "minui/minui.h"
-MinuiBackendAdf::MinuiBackendAdf() : intf_fd(-1), dev(), n_surfaces(0), surfaces() {}
+MinuiBackendAdf::MinuiBackendAdf()
+ : intf_fd(-1), dev(), current_surface(0), n_surfaces(0), surfaces() {}
int MinuiBackendAdf::SurfaceInit(const drm_mode_modeinfo* mode, GRSurfaceAdf* surf) {
*surf = {};