DXGL r632 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r631
|
r632
|
r633
>
Date:
01:34, 1 January 2016
Author:
admin
Status:
new
Tags:
Comment:
Fix mouse pointer scaling.
Modified paths:
/ddraw/hooks.c
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/hooks.c
—
—
@@ -316,7 +316,7 @@
317
317
if (oldy < 0) oldy = 0;
318
318
if (oldx >= sizes[2]) oldx = sizes[2] - 1;
319
319
if (oldy >= sizes[3]) oldy = sizes[3] - 1;
320
- wParam = oldx + (oldy << 16);
320
+ lParam = oldx + (oldy << 16);
321
321
}
322
322
break;
323
323
}
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version