commit | d6e5525a2050bf183053aca93555a95a73133996 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 11 23:41:17 2011 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 11 23:41:17 2011 -0400 |
tree | 75dfd1a96dce71507731257ceccfcc87507619a1 | |
parent | 707e10fa758c3728e717c807b50b316685ba897e [diff] [blame] |
x11: Manage xserver focus better
diff --git a/compositor/shell.c b/compositor/shell.c index 2dfe95b..05ba7b7 100644 --- a/compositor/shell.c +++ b/compositor/shell.c
@@ -892,6 +892,9 @@ wlsc_surface_activate(es, device, time); + if (compositor->wxs) + wlsc_xserver_surface_activate(es); + if (es == shell->background) { wl_list_remove(&es->link); wl_list_insert(compositor->surface_list.prev, &es->link);