[ros-bugs] [Bug 6123] PATCH: REGRESSION: graphics glitches around mouse pointer in VirtualBox

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Apr 16 17:51:20 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6123





--- Comment #3 from ThFabba <thfabba at gmx.de>  2011-04-16 17:51:20 CET ---
Created an attachment (id=6162)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=6162)
Patch 2/2: check existance of the correct (just created) registry key; also fix
a wrong comparison

This one fixes the glitches.

IntCreateRegistryPath creates a Device registry path from a given Driver
registry path; after building a possible path, it checks whether this already
exists (and returns an alternative one if it doesn't). This check was changed
by r51163 to check the provided Driver path, meaning the function will return a
non-existing path. That creates problems for the graphics driver and apparently
results in those glitches.

Additionally this fixes reversed comparison logic in checking for the numeric
NNN part in ControlSetNNN.

A third patch for better code readability might follow.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list