Skip to content
Snippets Groups Projects
Commit 9903aec0 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Bug fix.

(Old svn revision: 12156)
parent 574e209c
No related branches found
No related tags found
No related merge requests found
......@@ -480,7 +480,7 @@ clientSetFocus (ScreenInfo *screen_info, Client * c, Time timestamp, unsigned sh
}
XChangeProperty (myScreenGetXDisplay (screen_info), screen_info->xroot, net_active_window, XA_WINDOW, 32,
PropModeReplace, (unsigned char *) data, 2);
XSetInputFocus (myScreenGetXDisplay (screen_info), screen_info->gnome_win, RevertToPointerRoot, CurrentTime);
XSetInputFocus (myScreenGetXDisplay (screen_info), screen_info->gnome_win, RevertToPointerRoot, timestamp);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment