]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
Trying to make an iterative assimilate()
[chaz/openbox] / src / client.hh
index 61f7b0717ce0310ecf027ea5619c01a1287975f4..d2a41dd7254eb31f35c8ee4bd32fc6ddb6376018 100644 (file)
@@ -436,6 +436,9 @@ public:
 
   //! Attempt to focus the client window
   bool focus();
+
+  //! Remove focus from the client window
+  void unfocus();
   
   virtual void focusHandler(const XFocusChangeEvent &e);
   virtual void unfocusHandler(const XFocusChangeEvent &e);
@@ -445,6 +448,7 @@ public:
   virtual void configureRequestHandler(const XConfigureRequestEvent &e);
   virtual void unmapHandler(const XUnmapEvent &e);
   virtual void destroyHandler(const XDestroyWindowEvent &e);
+  virtual void reparentHandler(const XReparentEvent &e);
 };
 
 }
This page took 0.021243 seconds and 4 git commands to generate.