diff options
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r-- | src/AtomHandler.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/AtomHandler.hh b/src/AtomHandler.hh index fcc0cd4..13183c9 100644 --- a/src/AtomHandler.hh +++ b/src/AtomHandler.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: AtomHandler.hh,v 1.7 2003/03/03 21:51:00 rathnor Exp $ | 22 | // $Id: AtomHandler.hh,v 1.8 2003/06/18 13:32:19 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef ATOMHANDLER_HH | 24 | #ifndef ATOMHANDLER_HH |
25 | #define ATOMHANDLER_HH | 25 | #define ATOMHANDLER_HH |
@@ -50,6 +50,8 @@ public: | |||
50 | virtual bool checkClientMessage(const XClientMessageEvent &ce, | 50 | virtual bool checkClientMessage(const XClientMessageEvent &ce, |
51 | BScreen * screen, FluxboxWindow * const win) = 0; | 51 | BScreen * screen, FluxboxWindow * const win) = 0; |
52 | 52 | ||
53 | virtual bool propertyNotify(FluxboxWindow &win, Atom the_property) = 0; | ||
54 | |||
53 | /// should this object be updated or not? | 55 | /// should this object be updated or not? |
54 | bool update() const { return m_update; } | 56 | bool update() const { return m_update; } |
55 | protected: | 57 | protected: |