mirror of
https://github.com/reactos/reactos.git
synced 2025-05-02 12:15:23 +00:00
Thanks, @SergeGautherie.
This commit is contained in:
parent
f65a62ea5b
commit
234a78e09f
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ void Test_SetWindowExtEx()
|
|||
//TEST(pDC_Attr->flXform & PAGE_EXTENTS_CHANGED);
|
||||
|
||||
/* Check the viewport from the dcattr, without going through gdi */
|
||||
//TEST(pDC_Attr->szlViewportExt.cx, GetDeviceCaps(GetDC(0), HORZRES));
|
||||
//TEST(pDC_Attr->szlViewportExt.cy, -GetDeviceCaps(GetDC(0), VERTRES));
|
||||
//ok_long(pDC_Attr->szlViewportExt.cx, GetDeviceCaps(GetDC(0), HORZRES));
|
||||
//ok_long(pDC_Attr->szlViewportExt.cy, -GetDeviceCaps(GetDC(0), VERTRES));
|
||||
|
||||
/* Check the viewport with gdi, should not be the same */
|
||||
GetViewportExtEx(hDC, &ViewportExt);
|
||||
|
|
Loading…
Reference in a new issue