Home
last modified time | relevance | path

Searched refs:_XA_WINDOW_ROLE (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dexterns.h80 extern Atom _XA_WINDOW_ROLE;
H A Dfvwm3.c195 Atom _XA_WINDOW_ROLE; variable
253 _XA_WINDOW_ROLE=XInternAtom(dpy, "WINDOW_ROLE",False); in InternUsefulAtoms()
H A Dsession.c284 if (XGetTextProperty (dpy, window, &tp, _XA_WINDOW_ROLE)) in GetWindowRole()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dexterns.h78 extern Atom _XA_WINDOW_ROLE;
H A Dfvwm.c199 Atom _XA_WINDOW_ROLE; variable
257 _XA_WINDOW_ROLE=XInternAtom(dpy, "WINDOW_ROLE",False); in InternUsefulAtoms()
H A Dsession.c277 if (XGetTextProperty (dpy, window, &tp, _XA_WINDOW_ROLE)) in GetWindowRole()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dywindow.h426 extern Atom _XA_WINDOW_ROLE;
H A Dyxapp.cc53 Atom _XA_WINDOW_ROLE; variable
302 { &_XA_WINDOW_ROLE , "WINDOW_ROLE" },
H A Dwmclient.cc1453 Atom atom = prop.wm_window_role ? _XA_WM_WINDOW_ROLE : _XA_WINDOW_ROLE; in getWindowRole()
1647 else if (a == _XA_WINDOW_ROLE) HAS(prop.window_role); in getPropertiesList()