diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-01 05:26:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-01 05:26:06 +0000 |
| commit | 2a2f4306f85a8aee0d0b89c3cd4dfaee5a85a928 (patch) | |
| tree | a09b45c4fffa2ce743da9ad2bf3f1e18c70ba4e6 /otk/property.cc | |
| parent | 4527e71d1927df328298a9f4bbd22918eefddf63 (diff) | |
maximizing!
Diffstat (limited to 'otk/property.cc')
| -rw-r--r-- | otk/property.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc index b12ff503..a0404f68 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -134,6 +134,8 @@ void Property::initialize() create("_KDE_NET_WM_SYSTEM_TRAY_WINDOW_FOR"); atoms.kde_net_wm_window_type_override = create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE"); + + atoms.openbox_premax = create("_OPENBOX_PREMAX"); } void Property::set(Window win, Atom atom, Atom type, unsigned char* data, |
