diff options
author | rathnor <rathnor> | 2003-07-04 14:06:20 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 14:06:20 (GMT) |
commit | 16c567638cad8b0fdd5afb08ae7a185f5259e4c1 (patch) | |
tree | 03a5b1e59b630516d05a6f81fd82f026b69a2a5b /src/Ewmh.hh | |
parent | e82122eb44f3ed758f804c97da08d11196e42510 (diff) | |
download | fluxbox_pavel-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.zip fluxbox_pavel-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.tar.bz2 |
fix winclient death signalling
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r-- | src/Ewmh.hh | 5 |
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 | ||
56 | private: | 57 | private: |
57 | 58 | ||