X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=0d4f2fb3debe21d6a3ce9e037f48492de1fca40c;hb=adc5675823de8e3bbe94a1419b04103c6f845dad;hp=dcb9cd132f33a02c5e7b90f7516a2e9c8bf71fc4;hpb=768ce7b456fb7455c39bc275b71af381d635ac0a;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index dcb9cd13..0d4f2fb3 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -463,7 +463,7 @@ void screen_set_desktop(guint num) event_ignore_queued_enters(); - focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS); + focus_hilite = focus_fallback_target(TRUE); if (focus_hilite) { frame_adjust_focus(focus_hilite->frame, TRUE); @@ -893,7 +893,7 @@ void screen_show_desktop(gboolean show) client_validate(it->data) && client_focus(it->data)) break; } else { - focus_fallback(OB_FOCUS_FALLBACK_NOFOCUS); + focus_fallback(TRUE); } show = !!show; /* make it boolean */