]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
exec works now
[chaz/openbox] / util / epist / screen.hh
index 7e2e880dd1e8e98b65adeb9534ad49fc8d080ce4..1f0a387591ab9f44cb4ff849d23ac11ebc3c4a48 100644 (file)
@@ -28,18 +28,21 @@ extern "C" {
 }
 
 #include <vector>
+#include <string>
 
 #include "window.hh"
 
 class epist;
 class screen;
 class XAtom;
+class ScreenInfo;
 
 class screen {
   epist *_epist;
   XAtom *_xatom;
   int _number;
   Window _root;
+  const ScreenInfo *_info;
 
   std::string _wm_name;
   
@@ -75,6 +78,7 @@ public:
   void cycleWorkspace(const bool forward, const bool loop = true) const;
   void changeWorkspace(const int num) const;
   void toggleShaded(const Window win) const;
+  void execCommand(const std::string &cmd) const;
 };
 
 #endif // __screen_hh
This page took 0.026121 seconds and 4 git commands to generate.