mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +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))
|
if (cjOutSize >= sizeof(DWORD))
|
||||||
{
|
{
|
||||||
|
/* Set all Accelerations Level Key to enabled Full 0 to 5 turned off. */
|
||||||
*(DWORD*)pvOut = ppdev->dwAccelerationLevel;
|
*(DWORD*)pvOut = ppdev->dwAccelerationLevel;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
@ -1274,8 +1275,7 @@ PDEVOBJ_sizl(PPDEVOBJ ppdev, PSIZEL psizl)
|
||||||
{
|
{
|
||||||
if (ppdev->flFlags & PDEV_META_DEVICE)
|
if (ppdev->flFlags & PDEV_META_DEVICE)
|
||||||
{
|
{
|
||||||
psizl->cx = ppdev->ulHorzRes;
|
*psizl = ppdev->szlMetaRes;
|
||||||
psizl->cy = ppdev->ulVertRes;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue