From 9d6e3907650f4bc05ebf147aeec92573d7b88758 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 11 Mar 2007 02:06:34 +0000 Subject: add the _NET_WM_USER_TIME property support. When focus_new is enabled, don't focus new windows if the user is doing something in another window since it launched. If we can tell when it launched, either from the _NET_WM_USER_TIME or from startup notification. --- openbox/prop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 2c36b624..1931cb65 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -92,6 +92,7 @@ typedef struct Atoms { Atom net_wm_icon; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions; + Atom net_wm_user_time; Atom net_frame_extents; /* application protocols */ -- cgit v1.2.3