]> Dogcows Code - chaz/openbox/blobdiff - src/XAtom.hh
merged with 2_1-merged-to-HEAD-2002-09-30
[chaz/openbox] / src / XAtom.hh
index 8c790bf654df54cb348d691de8e36aa90c9a1f5d..d92b01f0f0b3265d69423c03ffb7f8427ce8c26b 100644 (file)
@@ -78,6 +78,9 @@ public:
     blackbox_change_window_focus,
     blackbox_cycle_window_focus,
 
+    openbox_show_root_menu,
+    openbox_show_workspace_menu,
+
     // NETWM atoms
     // root window properties
     net_supported,
@@ -147,6 +150,7 @@ public:
 
     kde_net_system_tray_windows,
     kde_net_wm_system_tray_window_for,
+    kde_net_wm_window_type_override,
  
     // constant for how many atoms exist in the enumerator
     NUM_ATOMS
@@ -215,7 +219,7 @@ public:
   // sends a client message a window
   void sendClientMessage(Window target, Atoms type, Window about,
                          long data = 0, long data1 = 0, long data2 = 0,
-                         long data3 = 0) const;
+                         long data3 = 0, long data4 = 0) const;
 
   // temporary function!! remove when not used in blackbox.hh anymore!!
   inline Atom getAtom(Atoms a)
This page took 0.022488 seconds and 4 git commands to generate.