aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-11 10:20:33 (GMT)
committerfluxgen <fluxgen>2002-10-11 10:20:33 (GMT)
commit03fc8ed5ec1a6f70ee5fb205c4bf9d4f15cd9f01 (patch)
treec6097d988ac7d2a1ba3863364cdf5c31852924e8 /src/Ewmh.hh
parent1ce20af09b4196672ce443fac9b49c3775f96e08 (diff)
downloadfluxbox-03fc8ed5ec1a6f70ee5fb205c4bf9d4f15cd9f01.zip
fluxbox-03fc8ed5ec1a6f70ee5fb205c4bf9d4f15cd9f01.tar.bz2
state shaded and sticky fixed
Diffstat (limited to 'src/Ewmh.hh')
-rw-r--r--src/Ewmh.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Ewmh.hh b/src/Ewmh.hh
index 2344045..672665a 100644
--- a/src/Ewmh.hh
+++ b/src/Ewmh.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: Ewmh.hh,v 1.1 2002/10/02 16:26:05 fluxgen Exp $ 22// $Id: Ewmh.hh,v 1.2 2002/10/11 10:20:33 fluxgen Exp $
23 23
24#include "AtomHandler.hh" 24#include "AtomHandler.hh"
25 25
@@ -50,7 +50,8 @@ private:
50 50
51 enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2}; 51 enum { STATE_REMOVE = 0, STATE_ADD = 1, STATE_TOGGLE = 2};
52 52
53 void setState(FluxboxWindow &win, Atom flags) const; 53 void setState(FluxboxWindow &win, Atom state, bool value) const;
54 void toggleState(FluxboxWindow &win, Atom state) const;
54 void createAtoms(); 55 void createAtoms();
55 56
56 // root window properties 57 // root window properties