aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Remember.hh b/src/Remember.hh
index 4520c23..1671a41 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.11 2003/07/10 13:23:09 rathnor Exp $ 24// $Id: Remember.hh,v 1.12 2003/07/28 15:06:33 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
@@ -188,9 +188,9 @@ public:
188 void updateLayer(FluxboxWindow &win) {} 188 void updateLayer(FluxboxWindow &win) {}
189 189
190 bool checkClientMessage(const XClientMessageEvent &ce, 190 bool checkClientMessage(const XClientMessageEvent &ce,
191 BScreen * screen, FluxboxWindow * const win) { return false; } 191 BScreen * screen, WinClient * const winclient) { return false; }
192 // ignore this 192 // ignore this
193 bool propertyNotify(FluxboxWindow &win, Atom the_property) { return false; } 193 bool propertyNotify(WinClient &winclient, Atom the_property) { return false; }
194private: 194private:
195 195
196 // returns number of lines read 196 // returns number of lines read