Workspace::storeLegacySession() now uses kwin_time.

svn path=/trunk/kdebase/kwin/; revision=89469
icc-effect-5.14.5
Leon Bottou 2001-03-30 19:37:40 +00:00
parent c125639ccb
commit 715dcc3beb
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}