diff options
author | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 15:06:36 (GMT) |
commit | d353b688dec41daddeec9696586a4519f58cce45 (patch) | |
tree | 322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/Remember.hh | |
parent | f9bb208da8e8926281c91f3e386ec1de48f700a2 (diff) | |
download | fluxbox_pavel-d353b688dec41daddeec9696586a4519f58cce45.zip fluxbox_pavel-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2 |
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 6 |
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; } |
194 | private: | 194 | private: |
195 | 195 | ||
196 | // returns number of lines read | 196 | // returns number of lines read |