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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp130 XSelectInput(mDisplay, DefaultRootWindow(mDisplay), SubstructureNotifyMask);
136 XSelectInput(mDisplay, DefaultRootWindow(mDisplay), 0);
H A Dmain.cpp215 XSelectInput(pDisplay, DefaultRootWindow(pDisplay), PropertyChangeMask);
H A Ddraganddrop.cpp1866 // XSelectInput(m_pDisplay, w, Button1MotionMask | Button2MotionMask | Button3MotionMask | Button4MotionMask | Button5MotionMask);//| SubstructureNotifyMask);
1867 // XSelectInput(m_pDisplay, w, ButtonMotionMask); //PointerMotionMask);
1868 XSelectInput(m_pDisplay, wndThis, PointerMotionMask); //PointerMotionMask);
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp140 extern "C" int XSelectInput(Display *display, Window w, long event_mask);
141 int XSelectInput(Display *display, Window w, long event_mask) function
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c638 XSelectInput(g_display, g_wnd, (wa.your_event_mask | PropertyChangeMask));
922 XSelectInput(g_display, g_wnd,
1193 XSelectInput(g_display, DefaultRootWindow(g_display), PropertyChangeMask);
H A Dxwin.c728 XSelectInput(g_display, wnds[i], StructureNotifyMask);
2105 XSelectInput(g_display, g_wnd, input_mask);
2107 XSelectInput(g_display, RootWindowOfScreen(g_screen), StructureNotifyMask);
4029 XSelectInput(g_display, wnd, input_mask);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c409 XSelectInput(render_spu.WinCmdVisual.dpy, render_spu.WinCmdWindow.window, StructureNotifyMask);
459 XSelectInput(render_spu.WinCmdVisual.dpy, pWinCmd->pWindow->window, ExposureMask);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h280 #define XSelectInput XSELECTINPUT macro

Completed in 92 milliseconds