Remove the +1s

This commit is contained in:
Zach Fox 2017-05-03 15:41:00 -07:00 committed by Chris Collins
parent cb51aaab61
commit 14315155b5

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?