]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.c
focus new children if their direct parent is focused
[chaz/openbox] / openbox / prop.c
index 827ab4e9cf3be29722b3a983116ce70f41adf18c..9e436550d656d20dda45c7fa93183a337477f9d0 100644 (file)
@@ -140,11 +140,9 @@ void prop_startup()
     prop_atoms.net_wm_bottomright = 2;
     prop_atoms.net_wm_bottomleft = 3;
 
-    CREATE(kde_net_system_tray_windows, "_KDE_NET_SYSTEM_TRAY_WINDOWS");
-    CREATE(kde_net_wm_system_tray_window_for,
-          "_KDE_NET_WM_SYSTEM_TRAY_WINDOW_FOR");
-    CREATE(kde_net_wm_window_type_override,
-          "_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
+    CREATE(kde_net_wm_frame_strut, "_KDE_NET_WM_FRAME_STRUT");
+    CREATE(kde_wm_change_state, "_KDE_WM_CHANGE_STATE");
+    CREATE(kde_net_wm_window_type_override,"_KDE_NET_WM_WINDOW_TYPE_OVERRIDE");
 
     CREATE(kwm_win_icon, "KWM_WIN_ICON");
   
This page took 0.024693 seconds and 4 git commands to generate.