diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-08-03 18:06:10 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-08-03 18:11:27 -0400 |
| commit | 6593261f30d611ff3b71abdb9fd043851fdd2ca9 (patch) | |
| tree | 8730e1c9c5127913da84d9660eb2425b337db9b8 /openbox/prop.c | |
| parent | 074bd96696084ced565c4d1b67884a6381cc8d0e (diff) | |
new least-intrusive focus stealing prevention
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index ed094d9b..40ae6ef2 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -93,7 +93,7 @@ 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, "_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"); |
