X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.hh;h=e3588c043effc8aef8e99eb0796395e689055fbb;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=2bab9565b9c3ff962cd033c83d1cc12d9b42d145;hpb=b067510b6114844945381293227783bf9fd7a806;p=chaz%2Fopenbox diff --git a/otk/property.hh b/otk/property.hh index 2bab9565..e3588c04 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -33,9 +33,7 @@ public: Atom_String, //!< The atom which represents ascii strings Atom_Utf8, //!< The atom which represents utf8-encoded strings -#ifdef HAVE_GETPID openbox_pid, -#endif // HAVE_GETPID // window hints wm_colormap_windows, @@ -47,6 +45,7 @@ public: wm_name, wm_icon_name, wm_class, + wm_window_role, motif_wm_hints, blackbox_attributes, blackbox_change_attributes, @@ -129,6 +128,7 @@ public: net_wm_action_close, net_wm_state_modal, + net_wm_state_sticky, net_wm_state_maximized_vert, net_wm_state_maximized_horz, net_wm_state_shaded, @@ -136,7 +136,8 @@ public: net_wm_state_skip_pager, net_wm_state_hidden, net_wm_state_fullscreen, - net_wm_state_floating, + net_wm_state_above, + net_wm_state_below, kde_net_system_tray_windows, kde_net_wm_system_tray_window_for, @@ -160,7 +161,7 @@ public: private: //! The value of all atoms on the X server that exist in the //! OBProperty::Atoms enum - Atom _atoms[NUM_ATOMS]; + Atom _atoms[NUM_ATOMS]; //! Gets the value of an Atom from the X server, creating it if nessesary Atom create(const char *name) const;