Home
last modified time | relevance | path

Searched refs:_XA_NET_DESKTOP_LAYOUT (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dtestnetwmhints.cc158 static TAtom _XA_NET_DESKTOP_LAYOUT("_NET_DESKTOP_LAYOUT"); variable
260 setProperty(w, _XA_NET_DESKTOP_LAYOUT, XA_CARDINAL, (Atom*)&layout, 4); in setLayout()
H A Dyxapp.cc81 Atom _XA_NET_DESKTOP_LAYOUT; variable
336 { &_XA_NET_DESKTOP_LAYOUT , "_NET_DESKTOP_LAYOUT" },
H A Dwmmgr.h455 extern Atom _XA_NET_DESKTOP_LAYOUT; // OK
H A Dwmmgr.cc2649 YProperty prop(this, _XA_NET_DESKTOP_LAYOUT, F32, 4L, XA_CARDINAL); in readDesktopLayout()
2666 (int) _XA_NET_DESKTOP_LAYOUT, boolstr(success), prop.bits(), prop.size(), in readDesktopLayout()
2952 else if (property.atom == _XA_NET_DESKTOP_LAYOUT) { in handleProperty()
H A Dwmapp.cc161 _XA_NET_DESKTOP_LAYOUT, in registerNetProtocols()