summaryrefslogtreecommitdiffstats
path: root/libsensors/LightSensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/LightSensor.h')
-rw-r--r--libsensors/LightSensor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsensors/LightSensor.h b/libsensors/LightSensor.h
index 78e781a..b40283f 100644
--- a/libsensors/LightSensor.h
+++ b/libsensors/LightSensor.h
@@ -32,6 +32,7 @@ struct input_event;
class LightSensor : public SensorBase {
int mEnabled;
+ int mEventsSinceEnable;
InputEventCircularReader mInputReader;
sensors_event_t mPendingEvent;
bool mHasPendingEvent;