Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE
commit391d85d81db42e9042d9a2c188c7dd1244032060
authorDmitry Timoshkov <dmitry@codeweavers.com>
Thu, 3 Mar 2005 13:49:47 +0000 (3 13:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Mar 2005 13:49:47 +0000 (3 13:49 +0000)
tree01354762ba536036a8dca8a8feda752443d0d2c1
parent9e53994abe357e2685783d6b5a6809517518792d
Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE
as a test for desktop visibility.
programs/winetest/main.c