Do not reacquire _draw_mutex in win32 ClientSizeChanged
commite886dfcb5070cbcc86f716ec42b1f20641a74b24
authorfrosch <frosch@openttd.org>
Sat, 22 Feb 2014 14:26:07 +0000 (22 14:26 +0000)
committercirdan <cirdansw@gmail.com>
Mon, 10 Mar 2014 20:39:53 +0000 (10 21:39 +0100)
treeee72f848615c721c1209360c1ba02cb2ccb09b12
parent1462a61e924c8baeb936ac0961a824f0c29edb3f
Do not reacquire _draw_mutex in win32 ClientSizeChanged

(openttd r26360) -Revert (r25550) / Fix [FS#5922]: ClientSizeChanged
is only called via WndProcGdi which already has the mutex. The issue
which r25550 tried to fix still exists as FS#5867.
src/video/win32_v.cpp