Searched defs:aDpy (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp42 static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType, argument
46 Atom propNameAtom = XInternAtom (aDpy, aPropName,
57 int rc = XGetWindowProperty (aDpy, aWnd, propNameAtom,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3115 static char *XXGetProperty (Display *aDpy, Window aWnd, argument
3118 Atom propNameAtom = XInternAtom (aDpy, aPropName,
3128 int rc = XGetWindowProperty (aDpy, aWnd, propNameAtom,
3138 static Bool XXSendClientMessage (Display *aDpy, Window aWnd, const char *aMsg, argument
3143 Atom msgAtom = XInternAtom (aDpy, aMsg, True /* only_if_exists */);
3152 ev.xclient.display = aDpy;
3164 return XSendEvent (aDpy, DefaultRootWindow (aDpy), False,

Completed in 56 milliseconds