Home
last modified time | relevance | path

Searched refs:_XA_WIN_ICONS (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Gnome/
H A DGnome.h145 static Atom _XA_WIN_ICONS; variable
H A DGnome.c255 _XA_WIN_ICONS = XInternAtom (dpy, "_WIN_ICONS", False); in gnome_compliance_init()
286 supported_list[count++] = _XA_WIN_ICONS; /* ???? */ in gnome_compliance_init()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmclient.cc606 } else if (property.atom == _XA_WIN_ICONS) { in handleProperty()
1306 YProperty prop(this, _XA_WIN_ICONS, F32, 4096); in getWinIcons()
1307 if (prop.typed(_XA_WIN_ICONS) || prop.typed(XA_PIXMAP)) { in getWinIcons()
1664 else if (a == _XA_WIN_ICONS) HAS(prop.win_icons); in getPropertiesList()
H A Dyxapp.cc70 Atom _XA_WIN_ICONS; variable
325 { &_XA_WIN_ICONS , XA_WIN_ICONS },
H A Dwmmgr.h407 extern Atom _XA_WIN_ICONS;
H A Dicehelp.cc2099 extern Atom _XA_WIN_ICONS; in FileView()
2100 setProperty(_XA_WIN_ICONS, XA_PIXMAP, icons, count); in FileView()
H A Dwmapp.cc144 _XA_WIN_ICONS, in registerWinProtocols()
H A Dwmframe.cc2447 if (type == _XA_WIN_ICONS) in updateIcon()