aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-04 14:06:20 (GMT)
committerrathnor <rathnor>2003-07-04 14:06:20 (GMT)
commit16c567638cad8b0fdd5afb08ae7a185f5259e4c1 (patch)
tree03a5b1e59b630516d05a6f81fd82f026b69a2a5b /src/Ewmh.hh
parente82122eb44f3ed758f804c97da08d11196e42510 (diff)
downloadfluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.zip
fluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.tar.bz2
fix winclient death signalling
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index ff508e5..206f36e 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Ewmh.hh,v 1.8 2003/07/04 01:03:40 rathnor Exp $ 22// $Id: Ewmh.hh,v 1.9 2003/07/04 14:06:20 rathnor Exp $
23 23
24#include "AtomHandler.hh" 24#include "AtomHandler.hh"
25 25
@@ -51,7 +51,8 @@ public:
51 51
52 bool propertyNotify(FluxboxWindow &win, Atom the_property); 52 bool propertyNotify(FluxboxWindow &win, Atom the_property);
53 //ignore these ones 53 //ignore these ones
54 void updateWindowClose(FluxboxWindow &win) {} 54 void updateFrameClose(FluxboxWindow &win) {}
55 void updateClientClose(WinClient &winclient) {}
55 56
56private: 57private:
57 58