X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=a141ae2b3f5ba1603a5678bfb8357bc3a7b0abeb;hb=86a2bed6595cdc926dccb4a7c0f984fd5996e3c2;hp=1a537dcd7dfc1c387a9f18bb8d815e192bf4c97f;hpb=66a26917a0631463df7f72c34cbeb39df466918a;p=chaz%2Fopenbox diff --git a/src/openbox.hh b/src/openbox.hh index 1a537dcd..a141ae2b 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -240,6 +240,9 @@ public: manager can be destroyed. */ inline void shutdown() { _doshutdown = true; } + + //! Executes a command on a screen + void execute(int screen, const std::string &bin); }; }