aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r--src/Gnome.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh
index e36cae2..6c78444 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.6 2003/03/03 21:51:01 rathnor Exp $ 22// $Id: Gnome.hh,v 1.7 2003/06/18 13:32:43 fluxgen Exp $
23 23
24#ifndef GNOME_HH 24#ifndef GNOME_HH
25#define GNOME_HH 25#define GNOME_HH
@@ -81,6 +81,7 @@ public:
81 81
82 // ignore these ones 82 // ignore these ones
83 void updateWindowClose(FluxboxWindow &win) {} 83 void updateWindowClose(FluxboxWindow &win) {}
84 bool propertyNotify(FluxboxWindow &win, Atom the_property) { return false; }
84 85
85private: 86private:
86 void setLayer(FluxboxWindow *win, int layer); 87 void setLayer(FluxboxWindow *win, int layer);