aboutsummaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-18 13:35:36 (GMT)
committerfluxgen <fluxgen>2003-06-18 13:35:36 (GMT)
commit1314a15988c3d922cb8dd45807b0cea449ff9a5a (patch)
treec1dbb273192bf2558df40fb67e25b3b206e4e377 /src/AtomHandler.hh
parent0d5ccfd2a1c9b6760dc9a50bc42e55fa09e690e0 (diff)
downloadfluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.zip
fluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.tar.bz2
added propertyNotify function
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r--src/AtomHandler.hh4
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; }
55protected: 57protected: