-
- Downloads
Make XYToWindow a screen function
This allows DDXen to override the window picking to account for native windows not seen by the X server. The bulk of the picking logic is exposed as a new helper function, miSpriteTrace(). This function completes the sprite trace filled out by the caller, and can be set up to start the search from a given toplevel window. v2: Leave existing XYToWindow API in place for API compatibility Signed-off-by:Keith Packard <keithp@keithp.com> Reviewed-by:
Kristian Høgsberg <krh@bitplanet.net>
Showing
- dix/events.c 3 additions, 43 deletionsdix/events.c
- include/input.h 1 addition, 0 deletionsinclude/input.h
- include/scrnintstr.h 4 additions, 0 deletionsinclude/scrnintstr.h
- mi/mi.h 4 additions, 0 deletionsmi/mi.h
- mi/miscrinit.c 1 addition, 0 deletionsmi/miscrinit.c
- mi/miwindow.c 66 additions, 0 deletionsmi/miwindow.c
Loading
Please register or sign in to comment