aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-28 15:06:36 (GMT)
committerrathnor <rathnor>2003-07-28 15:06:36 (GMT)
commitd353b688dec41daddeec9696586a4519f58cce45 (patch)
tree322a29e0e31cb15a7725047c10144c4ab3d5e130 /src/Gnome.hh
parentf9bb208da8e8926281c91f3e386ec1de48f700a2 (diff)
downloadfluxbox-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.hh6
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
88private: 88private:
89 void setLayer(FluxboxWindow *win, int layer); 89 void setLayer(FluxboxWindow *win, int layer);