]> Dogcows Code - chaz/openbox/blobdiff - src/Window.hh
make iconified windows uniconify on an XMapRequestEvent.
[chaz/openbox] / src / Window.hh
index 0f3fb14d3cf25df166f906629bcefc3b3c040e90..64ad1c34982542500a906215f63d3d0c8ff3d4e3 100644 (file)
@@ -379,7 +379,8 @@ public:
   void shade(void);
   void stick(void);
   void reconfigure(void);
-  void updateFocusModel(void);
+  void grabButtons(void);
+  void ungrabButtons(void);
   void installColormap(bool install);
   void restore(bool remap);
   void configure(int dx, int dy, unsigned int dw, unsigned int dh);
@@ -394,7 +395,7 @@ public:
   void mapRequestEvent(const XMapRequestEvent *mre);
   void unmapNotifyEvent(const XUnmapEvent */*unused*/);
   void reparentNotifyEvent(const XReparentEvent */*unused*/);
-  void propertyNotifyEvent(Atom atom);
+  void propertyNotifyEvent(const XPropertyEvent *pe);
   void exposeEvent(const XExposeEvent *ee);
   void configureRequestEvent(const XConfigureRequestEvent *cr);
 
This page took 0.023279 seconds and 4 git commands to generate.