Searched refs:XYToWindow (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 2579 screen->XYToWindow = xwl_screen->XYToWindow; in xwl_xy_to_window() 2580 ret = screen->XYToWindow(screen, sprite, x, y); in xwl_xy_to_window() 2581 xwl_screen->XYToWindow = screen->XYToWindow; in xwl_xy_to_window() 2582 screen->XYToWindow = xwl_xy_to_window; in xwl_xy_to_window() 2697 XYToWindow(sprite, x, y) != xwl_seat->focus_window->window) in xwl_pointer_warp_emulator_maybe_lock() 2946 xwl_screen->XYToWindow = pScreen->XYToWindow; in InitInput() 2947 pScreen->XYToWindow = xwl_xy_to_window; in InitInput()
|
| H A D | xwayland.h | 135 XYToWindowProcPtr XYToWindow; member
|
| H A D | xwayland.c | 305 window = XYToWindow(sprite, x, y); in xwl_cursor_warped_to()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 318 pScreen->XYToWindow = miXYToWindow; in miScreenInit()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 661 XYToWindowProcPtr XYToWindow; member
|
| H A D | input.h | 610 extern WindowPtr XYToWindow(SpritePtr pSprite, int x, int y);
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | touch.c | 552 XYToWindow(sprite, ev->device_event.root_x, ev->device_event.root_y); in TouchBuildSprite()
|
| H A D | events.c | 1323 w = XYToWindow(replayDev->spriteInfo->sprite, in ComputeFreezes() 2884 XYToWindow(SpritePtr pSprite, int x, int y) in XYToWindow() function 2888 return (*pScreen->XYToWindow)(pScreen, pSprite, x, y); in XYToWindow() 3066 newSpriteWin = XYToWindow(pSprite, pSprite->hot.x, pSprite->hot.y); in CheckMotion()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 3269 grab and the destination window using `XYToWindow()` which does not 3284 #8 XYToWindow (pSprite=0x0, x=0, y=0) at events.c:2880 18927 XYToWindow() returns, and Xwayland implements its own xwl_xy_to_window() 19929 The checks in xwayland's XYToWindow handler pretty much assumes that the 19934 This makes XYToWindow calls return a sprite trace with just the root 19937 So turn the check upside down, first assume that the default XYToWindow 24251 Restore the XYToWindow() handler in xwayland-input that was previously 32538 xwayland-input: Remove our XYToWindow handler 45951 73698d41e41ce76bef2d9a90b46ac0c24ae148dd "Make XYToWindow a screen function" 47876 Make XYToWindow a screen function [all …]
|