Searched refs:XA_INTEGER (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dhelpers.c73 if (prop->type != XA_INTEGER || prop->format != 32)
87 ChangeWindowProperty(ROOT_WINDOW(pScrn), property_name, XA_INTEGER, 32, PropModeReplace, cData, paData, fSendEvent); local
H A Dvboxvideo.c1023 if (xf86RegisterRootWindowProperty(pScrn->scrnIndex, atom, XA_INTEGER,
1029 if (xf86RegisterRootWindowProperty(pScrn->scrnIndex, atom, XA_INTEGER,
1049 ChangeWindowProperty(ROOT_WINDOW(pScrn), property_name, XA_INTEGER, 32,
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXatom.h27 #define XA_INTEGER ((Atom) 19) macro
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp190 XA_INTEGER, 32, PropModeReplace, (unsigned char *)paSizeHints, pState->cScreensTracked);
249 XInternAtom(pState->pDisplay, "VBOX_MOUSE_CAPABILITIES", 0), XA_INTEGER, 32, PropModeReplace,
H A Dmain.cpp179 False, XA_INTEGER, &actualType, &actualFormat, &cItems,
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c450 rdesktop_selection_notify_atom, XA_INTEGER, 32, PropModeReplace, NULL, 0);
804 xclip_provide_selection(event, XA_INTEGER, 32, (uint8 *) & acquire_time, 1);
828 XA_INTEGER, &type, &format, &nitems, &bytes_left,
1097 XA_INTEGER, 32, PropModeReplace, (unsigned char *) &format, 1);

Completed in 53 milliseconds