aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-16 19:06:51 (GMT)
committerfluxgen <fluxgen>2002-10-16 19:06:51 (GMT)
commit46087c7e08f96864bc14a9eaa06067f7672997a0 (patch)
treee0671406f509804a4a6bcb8d4ebdca35b08b36a2 /src/Gnome.hh
parentdfaed0cecae85324fc72b968ebe28f74067aaeba (diff)
downloadfluxbox-46087c7e08f96864bc14a9eaa06067f7672997a0.zip
fluxbox-46087c7e08f96864bc14a9eaa06067f7672997a0.tar.bz2
const pointer
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh
index 68b581e..3f1346b 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.2 2002/09/08 10:57:34 fluxgen Exp $ 22// $Id: Gnome.hh,v 1.3 2002/10/16 19:01:58 fluxgen Exp $
23 23
24#ifndef GNOME_HH 24#ifndef GNOME_HH
25#define GNOME_HH 25#define GNOME_HH
@@ -77,7 +77,7 @@ public:
77 void updateWorkspace(FluxboxWindow &win); 77 void updateWorkspace(FluxboxWindow &win);
78 78
79 79
80 bool checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win); 80 bool checkClientMessage(const XClientMessageEvent &ce, BScreen * const screen, FluxboxWindow * const win);
81 81
82private: 82private:
83 void setLayer(GnomeLayer layer); 83 void setLayer(GnomeLayer layer);