Searched refs:xev (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_x11.cc | 250 XEvent xev; in BringSelectedWindowToFront() local 251 xev.xclient.type = ClientMessage; in BringSelectedWindowToFront() 252 xev.xclient.serial = 0; in BringSelectedWindowToFront() 253 xev.xclient.send_event = True; in BringSelectedWindowToFront() 254 xev.xclient.window = selected_window_; in BringSelectedWindowToFront() 255 xev.xclient.message_type = atom; in BringSelectedWindowToFront() 259 xev.xclient.format = 32; in BringSelectedWindowToFront() 261 memset(xev.xclient.data.l, 0, sizeof(xev.xclient.data.l)); in BringSelectedWindowToFront() 267 &xev); in BringSelectedWindowToFront()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 654 XEvent xev; in OpenX11Window() local 658 memset(&xev, 0, sizeof(XEvent)); in OpenX11Window() 659 xev.type = ClientMessage; in OpenX11Window() 660 xev.xclient.window = m_X11Window; in OpenX11Window() 661 xev.xclient.message_type = wmState; in OpenX11Window() 662 xev.xclient.format = 32; in OpenX11Window() 663 xev.xclient.data.l[0] = 1; in OpenX11Window() 664 xev.xclient.data.l[1] = wmStateFullscreen; in OpenX11Window() 665 xev.xclient.data.l[2] = 0; in OpenX11Window() 666 …endEvent(m_X11Display, RootWindow(m_X11Display, m_X11Screen), False, SubstructureNotifyMask, &xev); in OpenX11Window()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 253 XEvent xev; in MoveToFront() local 256 xev.xclient.type = ClientMessage; in MoveToFront() 257 xev.xclient.serial = 0; in MoveToFront() 258 xev.xclient.send_event = True; in MoveToFront() 259 xev.xclient.window = id.id(); in MoveToFront() 260 xev.xclient.message_type = atom; in MoveToFront() 264 xev.xclient.format = 32; in MoveToFront() 266 xev.xclient.data.l[0] = 0; in MoveToFront() 267 xev.xclient.data.l[1] = 0; in MoveToFront() 268 xev.xclient.data.l[2] = 0; in MoveToFront() [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 3107 ���rDžYtc,AGVwU4t.UUJz/8FVTSc�pϊxev�����`�z`iqott�������x`Zm������µ���[TW`bov�#"U�M�*������…
|
/external/libvncserver/ |
D | ChangeLog | 8271 rfbDrawPixel and vncev, an xev "lookalike"
|