Searched refs:XCB_CURRENT_TIME (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dwndproc.c229 xcb_set_selection_owner(conn, XCB_NONE, XCB_ATOM_PRIMARY, XCB_CURRENT_TIME);
241 xcb_set_selection_owner(conn, XCB_NONE, atoms->atomClipboard, XCB_CURRENT_TIME);
252 cookie_set = xcb_set_selection_owner_checked(conn, iWindow, XCB_ATOM_PRIMARY, XCB_CURRENT_TIME);
264 cookie_set = xcb_set_selection_owner_checked(conn, iWindow, atoms->atomClipboard, XCB_CURRENT_TIME);
331 atoms->atomLocalProperty, XCB_CURRENT_TIME);
395 atoms->atomLocalProperty, XCB_CURRENT_TIME);
H A Dthread.c232 cookie = xcb_set_selection_owner_checked(conn, iWindow, XCB_ATOM_PRIMARY, XCB_CURRENT_TIME);
240 cookie = xcb_set_selection_owner_checked(conn, iWindow, atoms.atomClipboard, XCB_CURRENT_TIME);
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb.h218 /** XCB_CURRENT_TIME can be used in most requests that take an xcb_timestamp_t */
219 #define XCB_CURRENT_TIME 0L macro
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dhostx.c292 XCB_CURRENT_TIME);
320 XCB_CURRENT_TIME);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwm.c517 e.data.data32[1] = XCB_CURRENT_TIME;
926 pNode->msg.iWindow, XCB_CURRENT_TIME);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2244 xcb_randr_get_output_info(connection, output, XCB_CURRENT_TIME);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2315 xcb_randr_get_output_info(connection, output, XCB_CURRENT_TIME);

Completed in 15 milliseconds