From f6265e82e6b195d9f817f3e794456bce54c7c8b6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Mar 2007 23:57:33 +0000 Subject: 1) Remove support for the Urgent hint. This will no longer do anything within Openbox 2) Add support for _NET_WM_STATE_DEMANDS_ATTENTION. Yay! --- openbox/focus.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 02832cea..40d961fd 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -201,6 +201,10 @@ void focus_set_client(ObClient *client) active = client ? client->window : None; PROP_SET32(RootWindow(ob_display, ob_screen), net_active_window, window, active); + + /* remove hiliting from the window when it gets focused */ + if (client != NULL) + client_hilite(client, FALSE); } } -- cgit v1.2.3