summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp17
-rw-r--r--hwc2/include/PhysicalDevice.h1
2 files changed, 17 insertions, 1 deletions
diff --git a/hwc2/include/PhysicalDevice.h b/hwc2/include/PhysicalDevice.h
index 57e181f..07767a1 100644
--- a/hwc2/include/PhysicalDevice.h
+++ b/hwc2/include/PhysicalDevice.h
@@ -252,6 +252,7 @@ private:
// lock
Mutex mLock;
bool mInitialized;
+ bool mUsingPutCurosr;
};