summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
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);
};
}