X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;fp=util%2Fepist%2Fscreen.hh;h=1f0a387591ab9f44cb4ff849d23ac11ebc3c4a48;hb=f32096dcd2c5a4e44763def56c290ce37aa548ba;hp=7e2e880dd1e8e98b65adeb9534ad49fc8d080ce4;hpb=bf3c87c886c810097b7de9d5639e0916987b2185;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 7e2e880d..1f0a3875 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -28,18 +28,21 @@ extern "C" { } #include +#include #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