From dacc9dac7a8232180fb824fe2eea7d026def99c9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 1 Aug 2007 23:35:31 -0400 Subject: remove focus-stealing-prevention stuff, don't use user_time crap at all. it is broken in every application that has ever used it. ever. ever. \^_^/;;; --- openbox/prop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 914c1f61..9aff28ce 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -131,8 +131,8 @@ typedef struct Atoms { Atom net_wm_icon_geometry; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions; - Atom net_wm_user_time; - Atom net_wm_user_time_window; +/* Atom net_wm_user_time; */ +/* Atom net_wm_user_time_window; */ Atom net_frame_extents; /* application protocols */ -- cgit v1.2.3 From 6593261f30d611ff3b71abdb9fd043851fdd2ca9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Aug 2007 18:06:10 -0400 Subject: new least-intrusive focus stealing prevention --- openbox/prop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 9aff28ce..f0c4f5e9 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -131,7 +131,7 @@ typedef struct Atoms { Atom net_wm_icon_geometry; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions; -/* Atom net_wm_user_time; */ + Atom net_wm_user_time; /* Atom net_wm_user_time_window; */ Atom net_frame_extents; -- cgit v1.2.3