mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[Win32SS] Fix Build 2
Fix Build 2
This commit is contained in:
parent
b1d27cd0fb
commit
001e300d92
1 changed files with 2 additions and 2 deletions
|
@ -1023,6 +1023,7 @@ EngQueryDeviceAttribute(
|
|||
|
||||
if (cjOutSize >= sizeof(DWORD))
|
||||
{
|
||||
/* Set all Accelerations Level Key to enabled Full 0 to 5 turned off. */
|
||||
*(DWORD*)pvOut = ppdev->dwAccelerationLevel;
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -1274,8 +1275,7 @@ PDEVOBJ_sizl(PPDEVOBJ ppdev, PSIZEL psizl)
|
|||
{
|
||||
if (ppdev->flFlags & PDEV_META_DEVICE)
|
||||
{
|
||||
psizl->cx = ppdev->ulHorzRes;
|
||||
psizl->cy = ppdev->ulVertRes;
|
||||
*psizl = ppdev->szlMetaRes;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue