]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
use otk objects in the ob scripts by importing otk
[chaz/openbox] / src / client.hh
index 8f04dc649d2e26187fce64059e3337a700c052b8..c8110a3f70e75661926412e374a7f3ce0dac998a 100644 (file)
@@ -406,6 +406,10 @@ private:
   */
   void shade(bool shade);
 
+  //! Fires the urgent callbacks which lets the user do what they want with
+  //! urgent windows
+  void fireUrgent();
+  
   //! Fullscreen's or unfullscreen's the client window
   /*!
     @param fs true if the window should be made fullscreen; false if it should
@@ -580,7 +584,7 @@ BB    @param window The window id that the Client class should handle
   void resize(Corner anchor, int w, int h);
 
   //! Attempt to focus the client window
-  bool focus() const;
+  bool focus();
 
   //! Remove focus from the client window
   void unfocus() const;
This page took 0.020335 seconds and 4 git commands to generate.