From 1e957a168808f0357509300e879c0a7e97b49a24 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 07:09:34 +0000 Subject: some changes to focus handling. most interesting is the change in focus_fallback, which means that it won't call xsetinput focus in some cases, potentially reducing flicker and stuff. also potentially producing bugs? heh. the screen.c focus fallback code doesn't seem to need special cases anymore, which is really good, if that is really the case. move the focus_tried stuff out of event.c into focus.c, where it seems to belong. --- openbox/focus.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/focus.h') diff --git a/openbox/focus.h b/openbox/focus.h index df48b226..451cc162 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -45,9 +45,6 @@ void focus_set_client(struct _ObClient *client); /*! Focus nothing, but let keyboard events be caught. */ void focus_nothing(); -struct _ObClient* focus_fallback_target(gboolean allow_refocus, - struct _ObClient *old); - /*! Call this when you need to focus something! */ struct _ObClient* focus_fallback(gboolean allow_refocus); -- cgit v1.2.3