X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Fproperty.cc;h=39626911da9976dfd0b9a01e9da9bf86a3e3d14a;hb=02b63185a22e64edaed916daa8559d769eb7bc5f;hp=a0404f683b66fd712c079a601b0dd65a03e0cdcd;hpb=2a2f4306f85a8aee0d0b89c3cd4dfaee5a85a928;p=chaz%2Fopenbox 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,