diff options
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/property.cc | 1 | ||||
| -rw-r--r-- | otk/property.hh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc index a0404f68..39626911 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -136,6 +136,7 @@ void Property::initialize() create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE"); atoms.openbox_premax = create("_OPENBOX_PREMAX"); + atoms.openbox_active_window = create("_OPENBOX_ACTIVE_WINDOW"); } void Property::set(Window win, Atom atom, Atom type, unsigned char* data, diff --git a/otk/property.hh b/otk/property.hh index e38bb23a..1dc08937 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -125,6 +125,7 @@ struct Atoms { Atom kde_net_wm_window_type_override; Atom openbox_premax; + Atom openbox_active_window; }; |
