mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() - Disable some DPRINTs and reenable some others (those concerning programs loading). - INT 15h, AH=C2h calls a dedicated mouse bios function, which is stubplemented. - Move part of the HW mouse / driver hack from the HW mouse module into the BIOS mouse. - INT 33h: s/BiosMouseService/DosMouseService/, in this interrupt we need to check for function numbers in AL (not in AX :) fixes few apps). - Reenable mouse user handler callbacks calls in CallMouseUserHandlers. - Some apps (e.g. the demo from http://www.brackeen.com/vga/mouse.html ) draw by themselves the cursor and do not bother to call the INT 33h "Show cursor" function, but expects that moving the mouse we report its correct position. Fix DosMouseUpdatePosition so that it always updates the stored mouse position, but redraws it only when the cursor is shown. svn path=/trunk/; revision=65374 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |