]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
fix \'s
[chaz/openbox] / otk / property.hh
index 9e2d7aca7c139e53757ed5d3b79a4de825166a4f..e3588c043effc8aef8e99eb0796395e689055fbb 100644 (file)
@@ -45,6 +45,7 @@ public:
     wm_name,
     wm_icon_name,
     wm_class,
+    wm_window_role,
     motif_wm_hints,
     blackbox_attributes,
     blackbox_change_attributes,
@@ -127,6 +128,7 @@ public:
     net_wm_action_close,
 
     net_wm_state_modal,
+    net_wm_state_sticky,
     net_wm_state_maximized_vert,
     net_wm_state_maximized_horz,
     net_wm_state_shaded,
@@ -134,7 +136,8 @@ public:
     net_wm_state_skip_pager,
     net_wm_state_hidden,
     net_wm_state_fullscreen,
-    net_wm_state_floating,
+    net_wm_state_above,
+    net_wm_state_below,
 
     kde_net_system_tray_windows,
     kde_net_wm_system_tray_window_for,
This page took 0.023397 seconds and 4 git commands to generate.