Oops, looks like I forgot this.
svn path=/trunk/kdebase/kwin/; revision=252387
This commit is contained in:
parent
84dc01a473
commit
735ffb369b
1 changed files with 7 additions and 0 deletions
7
sm.h
7
sm.h
|
@ -20,6 +20,13 @@ class QSocketNotifier;
|
|||
namespace KWinInternal
|
||||
{
|
||||
|
||||
enum SMSavePhase
|
||||
{
|
||||
SMSavePhase0, // saving global state in "phase 0"
|
||||
SMSavePhase2, // saving window state in phase 2
|
||||
SMSavePhase2Full // complete saving in phase2, there was no phase 0
|
||||
};
|
||||
|
||||
class SessionSaveDoneHelper
|
||||
: public QObject
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue