diff options
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r-- | src/Gnome.hh | 4 |
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 | ||
82 | private: | 82 | private: |
83 | void setLayer(GnomeLayer layer); | 83 | void setLayer(GnomeLayer layer); |