]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
let you specify the class for cycling windows per class
[chaz/openbox] / util / epist / window.hh
index 351ec566844d6342a66c1e477f677423c168f00f..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; }
This page took 0.025706 seconds and 4 git commands to generate.