aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-06-28 13:33:05 (GMT)
committerfluxgen <fluxgen>2004-06-28 13:33:05 (GMT)
commitdf68d8d0b09df1aa26b17232cd8501ced20b2c11 (patch)
tree6087a63b653c351acd2cec9ebaab10c853ab7eb1 /src/Gnome.hh
parent92d37fd50d8461582adbb60909e641eca533d72f (diff)
downloadfluxbox-df68d8d0b09df1aa26b17232cd8501ced20b2c11.zip
fluxbox-df68d8d0b09df1aa26b17232cd8501ced20b2c11.tar.bz2
minor stuff
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 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
90private: 90private:
91 void setLayer(FluxboxWindow *win, int layer); 91 void setLayer(FluxboxWindow *win, int layer);