diff options
author | fluxgen <fluxgen> | 2003-06-18 13:35:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-18 13:35:36 (GMT) |
commit | 1314a15988c3d922cb8dd45807b0cea449ff9a5a (patch) | |
tree | c1dbb273192bf2558df40fb67e25b3b206e4e377 /src/ToolbarHandler.hh | |
parent | 0d5ccfd2a1c9b6760dc9a50bc42e55fa09e690e0 (diff) | |
download | fluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.zip fluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.tar.bz2 |
added propertyNotify function
Diffstat (limited to 'src/ToolbarHandler.hh')
-rw-r--r-- | src/ToolbarHandler.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ToolbarHandler.hh b/src/ToolbarHandler.hh index 1f084ba..4017e53 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.2 2003/04/16 13:43:49 rathnor Exp $ | 23 | // $Id: ToolbarHandler.hh,v 1.3 2003/06/18 13:35:36 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef TOOLBARHANDLER_HH | 25 | #ifndef TOOLBARHANDLER_HH |
26 | #define TOOLBARHANDLER_HH | 26 | #define TOOLBARHANDLER_HH |
@@ -72,6 +72,8 @@ public: | |||
72 | bool checkClientMessage(const XClientMessageEvent &ce, | 72 | bool checkClientMessage(const XClientMessageEvent &ce, |
73 | BScreen * screen, FluxboxWindow * const win) { return false; } | 73 | BScreen * screen, FluxboxWindow * const win) { return false; } |
74 | 74 | ||
75 | bool propertyNotify(FluxboxWindow &win, Atom the_atom) { return false; } | ||
76 | |||
75 | inline FbTk::Menu &getModeMenu() { return m_modemenu; } | 77 | inline FbTk::Menu &getModeMenu() { return m_modemenu; } |
76 | inline const FbTk::Menu &getModeMenu() const { return m_modemenu; } | 78 | inline const FbTk::Menu &getModeMenu() const { return m_modemenu; } |
77 | inline FbTk::Menu &getToolbarMenu() { return m_toolbarmenu; } | 79 | inline FbTk::Menu &getToolbarMenu() { return m_toolbarmenu; } |