FreeRDP/include/freerdp/gdi
Bernhard Miklautz ff11057d49 gdi: fix problem with gdi_SelectObject check(s)
When a hdc is created no initial or default objects are created
therefore can the first call of gdi_SelectObject return NULL.
Because of this checking the return value of  gdi_SelectObject failed
for newly create hdc causing errors (disconnects).

Since all types of HGDIOBJECT are handled and the return value of
gdi_SelectObject isn't used the recently added checks were removed
again.
2015-04-26 22:28:49 +02:00
..
8bpp.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
16bpp.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
32bpp.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
bitmap.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
brush.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
clipping.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
dc.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
drawing.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
gdi.h gdi: fix problem with gdi_SelectObject check(s) 2015-04-26 22:28:49 +02:00
gfx.h freerdp: fix headers for C++ 2014-09-25 14:15:57 -04:00
line.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
palette.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
pen.h Fixed missing extern C 2014-12-01 13:12:51 +01:00
region.h Fix GDI return values and other fixes 2015-04-21 14:18:07 +02:00
shape.h Fixed missing extern C 2014-12-01 13:12:51 +01:00