From f32096dcd2c5a4e44763def56c290ce37aa548ba Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 16:17:24 +0000 Subject: exec works now --- util/epist/screen.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/screen.hh') 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 -- cgit v1.2.3