aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.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/Remember.hh
parente82122eb44f3ed758f804c97da08d11196e42510 (diff)
downloadfluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.zip
fluxbox-16c567638cad8b0fdd5afb08ae7a185f5259e4c1.tar.bz2
fix winclient death signalling
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh
index 756bc7f..c687137 100644
--- a/src/Remember.hh
+++ b/src/Remember.hh
@@ -21,7 +21,7 @@
21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22// DEALINGS IN THE SOFTWARE. 22// DEALINGS IN THE SOFTWARE.
23 23
24// $Id: Remember.hh,v 1.9 2003/07/04 01:03:40 rathnor Exp $ 24// $Id: Remember.hh,v 1.10 2003/07/04 14:06:20 rathnor Exp $
25 25
26/* Based on the original "Remember patch" by Xavier Brouckaert */ 26/* Based on the original "Remember patch" by Xavier Brouckaert */
27 27
@@ -166,7 +166,8 @@ public:
166 // Functions we actually use 166 // Functions we actually use
167 void setupFrame(FluxboxWindow &win); 167 void setupFrame(FluxboxWindow &win);
168 void setupClient(WinClient &winclient); 168 void setupClient(WinClient &winclient);
169 void updateWindowClose(FluxboxWindow &win); 169 void updateFrameClose(FluxboxWindow &win);
170 void updateClientClose(WinClient &winclient);
170 171
171 // Functions we ignore (zero from AtomHandler) 172 // Functions we ignore (zero from AtomHandler)
172 // Leaving here in case they might be useful later 173 // Leaving here in case they might be useful later