X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.cc;h=2c171ccee8a9b1cd5422dcf661777524c39e4fbf;hb=31d41a7aa60b06caea77d2c20af48e5c54eed600;hp=75f9a7cf20f9974b6c33c12ff5177454963fcfe5;hpb=afd477692d3268af445c3fc27057cf35e58ab51f;p=chaz%2Fopenbox diff --git a/otk/property.cc b/otk/property.cc index 75f9a7cf..2c171cce 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -134,6 +134,11 @@ void Property::initialize() atoms.kde_net_wm_window_type_override = create("_KDE_NET_WM_WINDOW_TYPE_OVERRIDE"); + atoms.kwm_win_icon = create("KWM_WIN_ICON"); + + atoms.rootpmapid = create("_XROOTPMAP_ID"); + atoms.esetrootid = create("ESETROOT_PMAP_ID"); + atoms.openbox_premax = create("_OPENBOX_PREMAX"); atoms.openbox_active_window = create("_OPENBOX_ACTIVE_WINDOW"); }