FreeRDP/libfreerdp
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
..
cache Fix GDI return values and other fixes 2015-04-21 14:18:07 +02:00
codec codec/rfx: simplification, segfault/malloc fixes 2015-04-24 17:54:49 +02:00
common libfreerdp-core: add configurable TSG/RGB fallback, fix edge cases 2015-03-19 11:44:47 -04:00
core Merge pull request #2554 from akallabeth/event_fix 2015-04-22 11:04:37 +02:00
crypto Take in account @nfedera's comments 2015-04-07 21:06:53 +02:00
gdi gdi: fix problem with gdi_SelectObject check(s) 2015-04-26 22:28:49 +02:00
locale Necessary changes to get latest branch working on OpenBSD 5.6 2015-04-21 14:42:06 -04:00
primitives Merge pull request #2435 from llyzs/llyzs 2015-03-06 11:33:30 +01:00
utils ringbuffer: add option to enable/disable debugging 2015-02-03 15:28:05 +01:00
CMakeLists.txt libfreerdp-rail: remove 2014-11-12 19:51:17 -05:00