diff options
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r-- | src/AtomHandler.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AtomHandler.hh b/src/AtomHandler.hh index b44d92f..cec75d3 100644 --- a/src/AtomHandler.hh +++ b/src/AtomHandler.hh | |||
@@ -53,7 +53,7 @@ public: | |||
53 | virtual void updateState(FluxboxWindow &win) = 0; | 53 | virtual void updateState(FluxboxWindow &win) = 0; |
54 | virtual void updateHints(FluxboxWindow &win) = 0; | 54 | virtual void updateHints(FluxboxWindow &win) = 0; |
55 | virtual void updateLayer(FluxboxWindow &win) = 0; | 55 | virtual void updateLayer(FluxboxWindow &win) = 0; |
56 | 56 | virtual void updateFrameExtents(FluxboxWindow &win) { } | |
57 | virtual bool checkClientMessage(const XClientMessageEvent &ce, | 57 | virtual bool checkClientMessage(const XClientMessageEvent &ce, |
58 | BScreen * screen, WinClient * const winclient) = 0; | 58 | BScreen * screen, WinClient * const winclient) = 0; |
59 | 59 | ||