From e15e4a9e03dd7b64004b76ca84b07c12c251f67b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 5 Jul 2002 01:24:32 +0000 Subject: make iconified windows uniconify on an XMapRequestEvent. sync with blackbox cvs. --- src/Window.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Window.hh') diff --git a/src/Window.hh b/src/Window.hh index 0f3fb14d..64ad1c34 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -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); -- cgit v1.2.3