diff options
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh index b2b61b4..c2b49e9 100644 --- a/src/Ewmh.hh +++ b/src/Ewmh.hh | |||
@@ -57,8 +57,8 @@ public: | |||
57 | bool propertyNotify(WinClient &winclient, Atom the_property); | 57 | bool propertyNotify(WinClient &winclient, Atom the_property); |
58 | void updateFrameClose(FluxboxWindow &win); | 58 | void updateFrameClose(FluxboxWindow &win); |
59 | 59 | ||
60 | //ignore this one | 60 | void updateClientClose(WinClient &winclient); |
61 | void updateClientClose(WinClient &winclient) {} | 61 | |
62 | 62 | ||
63 | void setFullscreen(FluxboxWindow &win, bool value); | 63 | void setFullscreen(FluxboxWindow &win, bool value); |
64 | 64 | ||