aboutsummaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-06-18 21:23:24 (GMT)
committerfluxgen <fluxgen>2006-06-18 21:23:24 (GMT)
commit85f45be7271252d86d583411780a4b139ee1aa75 (patch)
treeb6037c72a27dadea3b971a6886f98f364b11dff2 /src/AtomHandler.hh
parent7d5f6e382b7f06913c421db4357e13841e1a9632 (diff)
downloadfluxbox-85f45be7271252d86d583411780a4b139ee1aa75.zip
fluxbox-85f45be7271252d86d583411780a4b139ee1aa75.tar.bz2
added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r--src/AtomHandler.hh2
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