aboutsummaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 15:06:36 (GMT)
committerrathnor <rathnor>2003-07-28 15:06:36 (GMT)
commitd353b688dec41daddeec9696586a4519f58cce45 (patch)
tree322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/AtomHandler.hh
parentf9bb208da8e8926281c91f3e386ec1de48f700a2 (diff)
downloadfluxbox-d353b688dec41daddeec9696586a4519f58cce45.zip
fluxbox-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r--src/AtomHandler.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AtomHandler.hh b/src/AtomHandler.hh
index 3117b1a..45b7914 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.11 2003/07/10 11:23:35 fluxgen Exp $ 22// $Id: AtomHandler.hh,v 1.12 2003/07/28 15:06:33 rathnor Exp $
23 23
24#ifndef ATOMHANDLER_HH 24#ifndef ATOMHANDLER_HH
25#define ATOMHANDLER_HH 25#define ATOMHANDLER_HH
@@ -51,9 +51,9 @@ public:
51 virtual void updateLayer(FluxboxWindow &win) = 0; 51 virtual void updateLayer(FluxboxWindow &win) = 0;
52 52
53 virtual bool checkClientMessage(const XClientMessageEvent &ce, 53 virtual bool checkClientMessage(const XClientMessageEvent &ce,
54 BScreen * screen, FluxboxWindow * const win) = 0; 54 BScreen * screen, WinClient * const winclient) = 0;
55 55
56 virtual bool propertyNotify(FluxboxWindow &win, Atom the_property) = 0; 56 virtual bool propertyNotify(WinClient &winclient, Atom the_property) = 0;
57 57
58 /// should this object be updated or not? 58 /// should this object be updated or not?
59 bool update() const { return m_update; } 59 bool update() const { return m_update; }