aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-18 13:35:36 (GMT)
committerfluxgen <fluxgen>2003-06-18 13:35:36 (GMT)
commit1314a15988c3d922cb8dd45807b0cea449ff9a5a (patch)
treec1dbb273192bf2558df40fb67e25b3b206e4e377 /src/Gnome.hh
parent0d5ccfd2a1c9b6760dc9a50bc42e55fa09e690e0 (diff)
downloadfluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.zip
fluxbox-1314a15988c3d922cb8dd45807b0cea449ff9a5a.tar.bz2
added propertyNotify function
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);