dxgi/tests: Rename the waitable object from "event" to "semaphore".
commit3cb350b228bce9c96c8adbc5bd724b6abcd6c85f
authorGiovanni Mascellani <gmascellani@codeweavers.com>
Fri, 10 Mar 2023 15:01:16 +0000 (10 16:01 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 09:36:13 +0000 (5 11:36 +0200)
tree5c7aec21dad96dfcfb9dd7d3948574068c9828ea
parent54bf9a93636e80d7b5e8b5cd4760ef2864fa54c1
dxgi/tests: Rename the waitable object from "event" to "semaphore".

From the tests it behaves more like a semaphore than like an event.

I'm not testing explicitly because I'm not sure it's relevant, but
another indication is that calling ReleaseSemaphore() returns
ERROR_ACCESS_DENIED, while calling SetEvent() returns
ERROR_INVALID_HANDLE.
dlls/dxgi/tests/dxgi.c