]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
changed teh builtin bindings.. :)
[chaz/openbox] / util / epist / window.hh
index 3b118375235c9a0b712de04f157ef3fce0a1c411..91cd834ddc47718939fb89ee1749fd8dad6454ee 100644 (file)
@@ -71,7 +71,7 @@ public:
   inline unsigned int desktop() const { return _desktop; }
   inline const std::string &title() const { return _title; }
   inline const std::string &appName() const { return _app_name; }
-  inline const std::string &appClass() const { return _app_name; }
+  inline const std::string &appClass() const { return _app_class; }
   
   inline bool shaded() const { return _shaded; }
   inline bool iconic() const { return _iconic; }
@@ -84,6 +84,9 @@ public:
   void close() const;
   void raise() const;
   void lower() const;
+  void iconify() const;
+  void focus() const;
+  void sendTo(unsigned int dest) const;
 
   bool operator == (const XWindow &w) const { return w._window == _window; }
   bool operator == (const Window &w) const { return w == _window; }
This page took 0.020057 seconds and 4 git commands to generate.