aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-04 14:06:20 (GMT)
committerrathnor <rathnor>2003-07-04 14:06:20 (GMT)
commit16c567638cad8b0fdd5afb08ae7a185f5259e4c1 (patch)
tree03a5b1e59b630516d05a6f81fd82f026b69a2a5b /src/Gnome.hh
parente82122eb44f3ed758f804c97da08d11196e42510 (diff)
downloadfluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.zip
fluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.tar.bz2
fix winclient death signalling
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: