FreeRDP/libfreerdp/gdi/test
Norbert Federa f71b6b46e8 fix string format specifiers
- fixed invalid, missing or additional arguments
- removed all type casts from arguments
- added missing (void*) typecasts for %p arguments
- use inttypes defines where appropriate
2016-12-16 13:48:43 +01:00
..
.gitignore libfreerdp-gdi: fix opaque rect for /gdi:hw mode with 8bpp 2013-02-03 15:22:16 -05:00
CMakeLists.txt Further refactored tests. 2016-10-06 13:43:01 +02:00
helpers.c Replaced _VF formats with copy flags. 2016-10-14 10:36:52 +02:00
helpers.h Deactivated broken tests. 2016-10-06 13:43:05 +02:00
TestGdiBitBlt.c Fixed uninitialized variables. 2016-10-13 16:57:51 +02:00
TestGdiClip.c Fixed GDI_RGN->null initialization. 2016-10-06 13:43:15 +02:00
TestGdiCreate.c Fixed Get/SetPixel function tests. 2016-10-06 13:43:05 +02:00
TestGdiEllipse.c Fixed ellipse test. 2016-10-06 13:43:11 +02:00
TestGdiLine.c Fixed uninitialized variables. 2016-10-13 16:57:51 +02:00
TestGdiRect.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestGdiRop3.c Further refactored tests. 2016-10-06 13:43:01 +02:00