mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
mi: closing memory leak, miPointer is freed in miPointerCloseScreen
bugfix: uninitialized pPointer in miPointerGetPosition ifndef MPX adding DeviceIntPtr parameter to ScreenRec's cursor functions. cleanup of miPointer code to use same scheme in each function dix: MPHasCursor() function determines checking whether to invoke cursor rendering. animcur: adding DeviceIntPtr parameter to cursor functions but animcur relies on the core pointer right now. xfixes: adding DeviceIntPtr parameter to cursor functions but xfixes relies on the core pointer right now. rac: adding DeviceIntPtr parameter to cursor functions but RAC relies on the core pointer right now. ramdac: adding DeviceIntPtr parameter to cursor functions but ramdac relies on the core pointer right now.
This commit is contained in:
parent
f52d53e060
commit
1c7568b8a1
22 changed files with 466 additions and 269 deletions
1
mi/mi.h
1
mi/mi.h
|
|
@ -137,6 +137,7 @@ extern void miPutImage(
|
|||
/* micursor.c */
|
||||
|
||||
extern void miRecolorCursor(
|
||||
DeviceIntPtr /* pDev */,
|
||||
ScreenPtr /*pScr*/,
|
||||
CursorPtr /*pCurs*/,
|
||||
Bool /*displayed*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue