summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-08-01 23:35:31 -0400
committerDana Jansens <danakj@orodu.net>2007-08-01 23:35:31 -0400
commitdacc9dac7a8232180fb824fe2eea7d026def99c9 (patch)
tree5fb667618716e242be2811273d744c1a2a224ad2 /openbox/prop.c
parentbfb0c916718cd6f68ef100841a625b06602f616b (diff)
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. \^_^/;;;
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 46d688c8..ed094d9b 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -93,8 +93,8 @@ void prop_startup()
CREATE(net_wm_icon_geometry, "_NET_WM_ICON_GEOMETRY");
/* CREATE(net_wm_pid, "_NET_WM_PID"); */
CREATE(net_wm_allowed_actions, "_NET_WM_ALLOWED_ACTIONS");
- CREATE(net_wm_user_time, "_NET_WM_USER_TIME");
- CREATE(net_wm_user_time_window, "_NET_WM_USER_TIME_WINDOW");
+/* CREATE(net_wm_user_time, "_NET_WM_USER_TIME"); */
+/* CREATE(net_wm_user_time_window, "_NET_WM_USER_TIME_WINDOW"); */
CREATE(kde_net_wm_frame_strut, "_KDE_NET_WM_FRAME_STRUT");
CREATE(net_frame_extents, "_NET_FRAME_EXTENTS");