diff options
author | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
commit | d353b688dec41daddeec9696586a4519f58cce45 (patch) | |
tree | 322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/ToolbarHandler.hh | |
parent | f9bb208da8e8926281c91f3e386ec1de48f700a2 (diff) | |
download | fluxbox-d353b688dec41daddeec9696586a4519f58cce45.zip fluxbox-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2 |
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/ToolbarHandler.hh')
-rw-r--r-- | src/ToolbarHandler.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ToolbarHandler.hh b/src/ToolbarHandler.hh index a8b31cf..599fd67 100644 --- a/src/ToolbarHandler.hh +++ b/src/ToolbarHandler.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: ToolbarHandler.hh,v 1.6 2003/07/04 14:06:20 rathnor Exp $ | 23 | // $Id: ToolbarHandler.hh,v 1.7 2003/07/28 15:06:34 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef TOOLBARHANDLER_HH | 25 | #ifndef TOOLBARHANDLER_HH |
26 | #define TOOLBARHANDLER_HH | 26 | #define TOOLBARHANDLER_HH |
@@ -74,9 +74,9 @@ public: | |||
74 | void updateLayer(FluxboxWindow &win) {} | 74 | void updateLayer(FluxboxWindow &win) {} |
75 | 75 | ||
76 | bool checkClientMessage(const XClientMessageEvent &ce, | 76 | bool checkClientMessage(const XClientMessageEvent &ce, |
77 | BScreen * screen, FluxboxWindow * const win) { return false; } | 77 | BScreen * screen, WinClient * const winclient) { return false; } |
78 | 78 | ||
79 | bool propertyNotify(FluxboxWindow &win, Atom the_atom) { return false; } | 79 | bool propertyNotify(WinClient &winclient, Atom the_atom) { return false; } |
80 | 80 | ||
81 | inline FbTk::Menu &getModeMenu() { return m_modemenu; } | 81 | inline FbTk::Menu &getModeMenu() { return m_modemenu; } |
82 | inline const FbTk::Menu &getModeMenu() const { return m_modemenu; } | 82 | inline const FbTk::Menu &getModeMenu() const { return m_modemenu; } |