diff options
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 5 |
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 |