Searched refs:XSendEvent (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp821 int xrc = XSendEvent(e.xselection.display, e.xselectionrequest.requestor, False, 0, &s);
848 int xrc = XSendEvent(e.xselection.display, e.xselectionrequest.requestor, False, 0, &s);
881 int xrc = XSendEvent(e.xselection.display, e.xselectionrequest.requestor, False, 0, &s);
1154 xrc = XSendEvent(m_pDisplay, m_wndCur, False, NoEventMask, reinterpret_cast<XEvent*>(&m));
1185 xrc = XSendEvent(m_pDisplay, wndCursor, False, NoEventMask, reinterpret_cast<XEvent*>(&m));
1213 xrc = XSendEvent(m_pDisplay, wndCursor, False, NoEventMask, reinterpret_cast<XEvent*>(&m));
1254 int xrc = XSendEvent(m_pDisplay, m_wndCur, False, NoEventMask, reinterpret_cast<XEvent*>(&m));
1313 int xrc = XSendEvent(s.xselection.display, s.xselection.requestor, True, 0, &s);
1436 xRc = XSendEvent(m_pDisplay, m_wndCur,
1459 xRc = XSendEvent(m_pDispla
[all...]
H A Dseamless-x11.cpp538 if (XSendEvent(mDisplay, DefaultRootWindow(mDisplay), false,
/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c329 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
403 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
613 status = XSendEvent(g_display, DefaultRootWindow(g_display), False,
H A Dxclip.c266 XSendEvent(g_display, req->requestor, False, NoEventMask, &xev);
289 XSendEvent(g_display, req->requestor, False, NoEventMask, &xev);
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp282 extern "C" Status XSendEvent(Display *display, Window w, Bool propagate,
284 Status XSendEvent(Display *display, Window w, Bool propagate, function
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c576 status = XSendEvent(render_spu.pCommunicationDisplay, render_spu.WinCmdWindow.window, False, StructureNotifyMask, &event);
580 crWarning("XSendEvent returned null");
1957 status = XSendEvent(render_spu.pCommunicationDisplay, render_spu.WinCmdWindow.window, False, 0, &event);
1960 WARN(("XSendEvent returned null"));
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h281 #define XSendEvent XSENDEVENT macro
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3164 return XSendEvent (aDpy, DefaultRootWindow (aDpy), False,

Completed in 86 milliseconds