Remove the +1s

This commit is contained in:
Zach Fox 2017-05-03 15:41:00 -07:00
parent 07d3e482cf
commit 4d49ae5b09

View file

@ -137,9 +137,9 @@ public:
enum Event { enum Event {
Present = DisplayPlugin::Present, Present = DisplayPlugin::Present,
Paint = Present + 1, Paint,
Idle = Paint + 1, Idle,
Lambda = Idle + 1 Lambda
}; };
// FIXME? Empty methods, do we still need them? // FIXME? Empty methods, do we still need them?