projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2a962
)
Fixed remaining color renaming issues.
author
Armin Novak
<armin.novak@thincast.com>
Tue, 12 Dec 2017 10:41:43 +0000
(11:41 +0100)
committer
Armin Novak
<armin.novak@thincast.com>
Tue, 12 Dec 2017 10:41:43 +0000
(11:41 +0100)
libfreerdp/gdi/test/helpers.c
patch
|
blob
|
history
diff --git
a/libfreerdp/gdi/test/helpers.c
b/libfreerdp/gdi/test/helpers.c
index
3be6fa1
..
6fe2ca0
100644
(file)
--- a/
libfreerdp/gdi/test/helpers.c
+++ b/
libfreerdp/gdi/test/helpers.c
@@
-131,8
+131,8
@@
BOOL test_assert_bitmaps_equal(HGDI_BITMAP hBmpActual,
if (!bitmapsEqual)
{
printf("Testing ROP %s [%s|%s]\n", name,
- GetColorFormatName(hBmpActual->format),
- GetColorFormatName(hBmpExpected->format));
+
FreeRDP
GetColorFormatName(hBmpActual->format),
+
FreeRDP
GetColorFormatName(hBmpExpected->format));
test_dump_bitmap(hBmpActual, "Actual");
test_dump_bitmap(hBmpExpected, "Expected");
fflush(stdout);