Searched defs:propNameAtom (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/
H A DVBoxX11Helper.cpp97 Atom propNameAtom; local
100 propNameAtom = XInternAtom(display, "_NET_SUPPORTING_WM_CHECK", True);
101 if (XGetWindowProperty(display, QX11Info::appRootWindow(), propNameAtom,
113 propNameAtom = XInternAtom(display, "_NET_WM_NAME", True);
115 if (XGetWindowProperty(QX11Info::display(), WMWindow, propNameAtom,
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp46 Atom propNameAtom = XInternAtom (aDpy, aPropName, local
48 if (propNameAtom == None)
57 int rc = XGetWindowProperty (aDpy, aWnd, propNameAtom,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp504 Atom propNameAtom = XInternAtom(pDisplay, "_NET_CLIENT_LIST", True /* only if exists */); local
510 if (propNameAtom == None)
519 int rc = XGetWindowProperty(pDisplay, window, propNameAtom,
546 Atom propNameAtom = XInternAtom(pDisplay, "_NET_WM_STRUT_PARTIAL", True /* only if exists */); local
552 if (propNameAtom == None)
561 int rc = XGetWindowProperty(pDisplay, window, propNameAtom,
3118 Atom propNameAtom = XInternAtom (aDpy, aPropName, local
3120 if (propNameAtom == None)
3128 int rc = XGetWindowProperty (aDpy, aWnd, propNameAtom,

Completed in 53 milliseconds