]> Dogcows Code - chaz/openbox/blobdiff - src/XAtom.hh
add comment
[chaz/openbox] / src / XAtom.hh
index 839951a8796e088057c6380d59986116bb6cf454..8c790bf654df54cb348d691de8e36aa90c9a1f5d 100644 (file)
@@ -57,6 +57,7 @@ public:
     wm_change_state,
     wm_name,
     wm_icon_name,
+    wm_class,
     motif_wm_hints,
     blackbox_attributes,
     blackbox_change_attributes,
@@ -207,10 +208,15 @@ public:
   bool getValue(Window win, Atoms atom, StringType type,
                 std::string &value) const;
   bool getValue(Window win, Atoms atom, StringType type,
-                int &nelements, StringVect &strings) const;
+                unsigned long &nelements, StringVect &strings) const;
   
   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) 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.020692 seconds and 4 git commands to generate.