summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-03 16:06:10 +0000
committerDana Jansens <danakj@orodu.net>2003-01-03 16:06:10 +0000
commit105bd729e8341bacce630f2780f0a9a5a0102526 (patch)
tree550cc98c50f53651522e96bc27d0b06414e1ca03 /src/openbox.hh
parenta4a8d09f4b9431d6d831cb7aa220e6c952802c95 (diff)
provide capabilities to execute a command
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh3
1 files changed, 3 insertions, 0 deletions
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);
};
}