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/Gnome.hh | |
parent | f9bb208da8e8926281c91f3e386ec1de48f700a2 (diff) | |
download | fluxbox-d353b688dec41daddeec9696586a4519f58cce45.zip fluxbox-d353b688dec41daddeec9696586a4519f58cce45.tar.bz2 |
update many things to use WinClient instead of FluxboxWindow
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r-- | src/Gnome.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index a9a63f5..1275b90 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.9 2003/07/04 14:06:20 rathnor Exp $ | 22 | // $Id: Gnome.hh,v 1.10 2003/07/28 15:06:33 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef GNOME_HH | 24 | #ifndef GNOME_HH |
25 | #define GNOME_HH | 25 | #define GNOME_HH |
@@ -78,12 +78,12 @@ public: | |||
78 | void updateHints(FluxboxWindow &win); | 78 | void updateHints(FluxboxWindow &win); |
79 | void updateWorkspace(FluxboxWindow &win); | 79 | void updateWorkspace(FluxboxWindow &win); |
80 | 80 | ||
81 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, FluxboxWindow * const win); | 81 | bool checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, WinClient * const winclient); |
82 | 82 | ||
83 | // ignore these ones | 83 | // ignore these ones |
84 | void updateFrameClose(FluxboxWindow &win) {} | 84 | void updateFrameClose(FluxboxWindow &win) {} |
85 | void updateClientClose(WinClient &winclient) {} | 85 | void updateClientClose(WinClient &winclient) {} |
86 | bool propertyNotify(FluxboxWindow &win, Atom the_property) { return false; } | 86 | bool propertyNotify(WinClient &winclient, Atom the_property) { return false; } |
87 | 87 | ||
88 | private: | 88 | private: |
89 | void setLayer(FluxboxWindow *win, int layer); | 89 | void setLayer(FluxboxWindow *win, int layer); |