diff options
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 | ||