diff options
author | fluxgen <fluxgen> | 2002-05-07 13:31:11 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-07 13:31:11 (GMT) |
commit | a10c34918c4b439b803f67304215b22d7ca649dd (patch) | |
tree | 23ffc1114764a06fc6f876fd826cd0fd8b6c5ac8 /src/Window.hh | |
parent | eaecf66a232de556ac9003920f1c9694fed0e2c5 (diff) | |
download | fluxbox-a10c34918c4b439b803f67304215b22d7ca649dd.zip fluxbox-a10c34918c4b439b803f67304215b22d7ca649dd.tar.bz2 |
const on updateGnome* functions
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Window.hh b/src/Window.hh index 0dc1e91..ae2d739 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.18 2002/04/04 22:39:52 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.19 2002/05/07 13:31:11 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -321,17 +321,17 @@ private: | |||
321 | 321 | ||
322 | #ifdef GNOME | 322 | #ifdef GNOME |
323 | 323 | ||
324 | void updateGnomeAtoms(); | 324 | void updateGnomeAtoms() const; |
325 | void updateGnomeStateAtom(); | 325 | void updateGnomeStateAtom() const; |
326 | void updateGnomeHintsAtom(); | 326 | void updateGnomeHintsAtom() const; |
327 | void updateGnomeLayerAtom(); | 327 | void updateGnomeLayerAtom() const; |
328 | void updateGnomeWorkspaceAtom(); | 328 | void updateGnomeWorkspaceAtom() const; |
329 | 329 | ||
330 | void setGnomeLayer(int layer); | 330 | void setGnomeLayer(int layer); |
331 | 331 | ||
332 | int getGnomeWindowState(); | 332 | int getGnomeWindowState() const; |
333 | bool handleGnomePropertyNotify(Atom atom); | 333 | bool handleGnomePropertyNotify(Atom atom); |
334 | int getGnomeLayer(); | 334 | int getGnomeLayer() const; |
335 | void loadGnomeAtoms(); | 335 | void loadGnomeAtoms(); |
336 | void loadGnomeStateAtom(); | 336 | void loadGnomeStateAtom(); |
337 | void loadGnomeHintsAtom(); | 337 | void loadGnomeHintsAtom(); |