Re: [RP] [PATCH 2/2] Fix frozen state when a new screen appears after all screens have been removed

2016-12-25 Thread Jeremie Courreges-Anglas
Merged, thanks. Please see below, Mathieu OTHACEHE writes: > Handle correctly the fact that the deleted screen could be the last one. > If a screen is plugged, and no other screens are present, give focus to > it's key window. > --- > src/screen.c | 45

[RP] [PATCH 2/2] Fix frozen state when a new screen appears after all screens have been removed

2016-12-14 Thread Mathieu OTHACEHE
Handle correctly the fact that the deleted screen could be the last one. If a screen is plugged, and no other screens are present, give focus to it's key window. --- src/screen.c | 45 ++--- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git