When in fullscreen mode, focus whole screens instead of denying to focus (Thanks dothebart)

This fixes ticket #169.
This commit is contained in:
Michael Stapelberg 2010-03-02 15:45:48 +01:00
parent e3e7ebe23a
commit 5dbcb0158f
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ static void focus_thing(xcb_connection_t *conn, direction_t direction, thing_t t
assert(container != NULL);
if (container->workspace->fullscreen_client != NULL) {
LOG("You're in fullscreen mode. Won't switch focus\n");
return;
LOG("You're in fullscreen mode. Forcing focus to operate on whole screens\n");
thing = THING_SCREEN;
}
/* For focusing screens, situation is different: we get the rect