FreeRDP/libfreerdp
Norbert Federa 938a0890a3 codec/rfx: removed unnecessary WaitForSingleObject
The WaitForSingleObject call on TilePool's event is called with a zero time-out
interval and the event is a manual reset event ... thus no locking or waiting
is involved anyways and Queue_Dequeue may very well return NULL independently
of calling WaitForSingleObject which is already correctly handled.
2013-07-30 13:02:43 +02:00
..
cache cover the case of servers asking for cached bitmaps they have never defined 2013-07-26 11:46:20 +02:00
codec codec/rfx: removed unnecessary WaitForSingleObject 2013-07-30 13:02:43 +02:00
common fixed build 2013-07-17 17:02:38 -04:00
core Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-07-15 17:14:40 -04:00
crypto Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-07-04 20:33:00 -04:00
gdi libfreerdp-gdi: added gdi_surface_frame_marker 2013-07-15 15:00:18 +02:00
locale freerdp: merge with master 2013-06-28 12:50:24 -04:00
primitives freerdp: fix monolithic build with Intel IPP linking 2013-05-16 14:45:49 -04:00
rail Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00
utils utils: fix broken stopwatch implementation 2013-06-27 13:00:54 +02:00
CMakeLists.txt freerdp: fix monolithic build with Xcode 2013-05-24 18:38:02 -04:00
dummy.c freerdp: fix monolithic build with Xcode 2013-05-24 18:38:02 -04:00