diff options
Diffstat (limited to 'src/privatescreen.h')
-rw-r--r-- | src/privatescreen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/privatescreen.h b/src/privatescreen.h index 151cb13..3f46b88 100644 --- a/src/privatescreen.h +++ b/src/privatescreen.h @@ -227,9 +227,9 @@ class PrivateScreen { CompScreenEdge screenEdge[SCREEN_EDGE_NUM]; - SnMonitorContext *snContext; - CompStartupSequence *startupSequences; - CompCore::Timer startupSequenceTimer; + SnMonitorContext *snContext; + std::list<CompStartupSequence *> startupSequences; + CompCore::Timer startupSequenceTimer; CompTexture::Filter filter[3]; |