]> Dogcows Code - chaz/openbox/blobdiff - otk/property.hh
small test for OtkWidget
[chaz/openbox] / otk / property.hh
index 215f941f47b8d7021713e3f6003869a1665658f0..2bab9565b9c3ff962cd033c83d1cc12d9b42d145 100644 (file)
@@ -34,7 +34,7 @@ public:
     Atom_Utf8,     //!< The atom which represents utf8-encoded strings
     
 #ifdef    HAVE_GETPID
-    blackbox_pid,
+    openbox_pid,
 #endif // HAVE_GETPID
 
     // window hints
@@ -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;
   }
This page took 0.025025 seconds and 4 git commands to generate.