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 d0968cf..d8ed412 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.11 2004/01/19 18:27:17 fluxgen Exp $ | 22 | // $Id: Gnome.hh,v 1.12 2004/06/28 13:33:05 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef GNOME_HH | 24 | #ifndef GNOME_HH |
25 | #define GNOME_HH | 25 | #define GNOME_HH |
@@ -85,7 +85,7 @@ public: | |||
85 | // ignore these ones | 85 | // ignore these ones |
86 | void updateFrameClose(FluxboxWindow &win) {} | 86 | void updateFrameClose(FluxboxWindow &win) {} |
87 | void updateClientClose(WinClient &winclient) {} | 87 | void updateClientClose(WinClient &winclient) {} |
88 | bool propertyNotify(WinClient &winclient, Atom the_property) { return false; } | 88 | bool propertyNotify(WinClient &winclient, Atom the_property); |
89 | 89 | ||
90 | private: | 90 | private: |
91 | void setLayer(FluxboxWindow *win, int layer); | 91 | void setLayer(FluxboxWindow *win, int layer); |