Workspace::storeLegacySession() now uses kwin_time.
svn path=/trunk/kdebase/kwin/; revision=89469
This commit is contained in:
parent
c125639ccb
commit
715dcc3beb
1 changed files with 1 additions and 1 deletions
|
@ -3089,7 +3089,7 @@ void Workspace::storeLegacySession( KConfig* config )
|
|||
ev.xclient.message_type = atoms->wm_protocols;
|
||||
ev.xclient.format = 32;
|
||||
ev.xclient.data.l[0] = atoms->wm_save_yourself;
|
||||
ev.xclient.data.l[1] = CurrentTime;
|
||||
ev.xclient.data.l[1] = kwin_time;
|
||||
XSelectInput(newdisplay, w, PropertyChangeMask|StructureNotifyMask);
|
||||
XSendEvent(newdisplay, w, False, 0, &ev);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue