updateXTime for kde_net_wm_user_creation_time

explicitly

CCBUG: 340994
CCBUG: 337798
icc-effect-5.14.5
Thomas Lübking 2014-11-27 23:24:05 +01:00
parent debe14d04e
commit f3a1d1bd3d
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ bool Workspace::workspaceEvent(xcb_generic_event_t *e)
!QWidget::find(event->window) &&
!event->override_redirect) {
// see comments for allowClientActivation()
updateXTime();
const xcb_timestamp_t t = xTime();
xcb_change_property(connection(), XCB_PROP_MODE_REPLACE, event->window, atoms->kde_net_wm_user_creation_time, XCB_ATOM_CARDINAL, 32, 1, &t);
}