]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
remove the block on shutdown
[chaz/openbox] / src / openbox.hh
index 1a537dcd7dfc1c387a9f18bb8d815e192bf4c97f..a141ae2b3f5ba1603a5678bfb8357bc3a7b0abeb 100644 (file)
@@ -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);
 };
 
 }
This page took 0.019976 seconds and 4 git commands to generate.