This commit is contained in:
Zach Fox 2017-05-03 15:40:39 -07:00 committed by Chris Collins
parent 6da9e62037
commit cb51aaab61

View file

@ -139,7 +139,7 @@ public:
Present = DisplayPlugin::Present,
Paint = Present + 1,
Idle = Paint + 1,
Lambda = Paint + 1
Lambda = Idle + 1
};
// FIXME? Empty methods, do we still need them?