summaryrefslogtreecommitdiff
path: root/otk/property.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
committerDana Jansens <danakj@orodu.net>2002-11-06 07:01:59 +0000
commitd3b7c84d4c640face48dfb54d70de2bff1551429 (patch)
tree9fb39c8aa62dd733fa5361a49883f8b233f5e7b8 /otk/property.hh
parentd017db67e4d77fd7af3f070803a773df0a5768eb (diff)
moving strut into its own .hh. adding OBClient class
Diffstat (limited to 'otk/property.hh')
-rw-r--r--otk/property.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/property.hh b/otk/property.hh
index 215f941f..6894c786 100644
--- a/otk/property.hh
+++ b/otk/property.hh
@@ -136,6 +136,7 @@ public:
net_wm_state_skip_pager,
net_wm_state_hidden,
net_wm_state_fullscreen,
+ net_wm_state_floating,
kde_net_system_tray_windows,
kde_net_wm_system_tray_window_for,
@@ -317,7 +318,7 @@ public:
value to return
@return The value of the specified Atom
*/
- inline Atom atom(Atoms a) {
+ inline Atom atom(Atoms a) const {
assert(a >= 0 && a < NUM_ATOMS); Atom ret = _atoms[a]; assert(ret != 0);
return ret;
}