]> Dogcows Code - chaz/openbox/commitdiff
add the kwm_win_icon atom
authorDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 20:04:19 +0000 (20:04 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 20:04:19 +0000 (20:04 +0000)
otk/property.cc
otk/property.hh

index 16b507f51adacbed113c370e2b62d1ded7796b1f..2c171ccee8a9b1cd5422dcf661777524c39e4fbf 100644 (file)
@@ -134,6 +134,8 @@ 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");
 
index e6677a643620231cdd71758317ada365a3065468..0a26264c896d0948772a0a551a239caf59587a08 100644 (file)
@@ -125,6 +125,8 @@ struct Atoms {
   Atom kde_net_wm_system_tray_window_for;
   Atom kde_net_wm_window_type_override;
 
+  Atom kwm_win_icon;
+
   Atom rootpmapid;
   Atom esetrootid;
 
This page took 0.022539 seconds and 4 git commands to generate.