]> Dogcows Code - chaz/openbox/blobdiff - src/XAtom.hh
toggledecor almost done
[chaz/openbox] / src / XAtom.hh
index 6e232c85e327d3b8e9b2ffb1d78ab03443f488c1..2def1c6caf56399d5b1110704ecb7c768915ee83 100644 (file)
@@ -147,6 +147,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
@@ -212,6 +213,11 @@ public:
   
   void eraseValue(Window win, Atoms atom) const;
 
+  // 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, long data4 = 0) const;
+
   // temporary function!! remove when not used in blackbox.hh anymore!!
   inline Atom getAtom(Atoms a)
   { assert(a >= 0 && a < NUM_ATOMS); Atom ret = _atoms[a];
This page took 0.019539 seconds and 4 git commands to generate.