aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh
index 35e25c8..a9a63f5 100644
--- a/src/Gnome.hh
+++ b/src/Gnome.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: Gnome.hh,v 1.8 2003/07/04 01:03:40 rathnor Exp $ 22// $Id: Gnome.hh,v 1.9 2003/07/04 14:06:20 rathnor Exp $
23 23
24#ifndef GNOME_HH 24#ifndef GNOME_HH
25#define GNOME_HH 25#define GNOME_HH
@@ -81,7 +81,8 @@ public:
81 bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, FluxboxWindow * const win); 81 bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, FluxboxWindow * const win);
82 82
83 // ignore these ones 83 // ignore these ones
84 void updateWindowClose(FluxboxWindow &win) {} 84 void updateFrameClose(FluxboxWindow &win) {}
85 void updateClientClose(WinClient &winclient) {}
85 bool propertyNotify(FluxboxWindow &win, Atom the_property) { return false; } 86 bool propertyNotify(FluxboxWindow &win, Atom the_property) { return false; }
86 87
87private: 88private: