mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Rebase against 60d1d6f5952e8b5d6fb0327a28c047058851fa70.
This commit is contained in:
parent
8ba35e61d8
commit
ff889f6cdc
@ -28,9 +28,9 @@ index f4a5c29..158491e 100644
|
||||
+
|
||||
+ wined3d = This->adapter->parent->wined3d;
|
||||
+
|
||||
+ EnterCriticalSection(&dxgi_cs);
|
||||
+ wined3d_mutex_lock();
|
||||
+ desc->Monitor = wined3d_get_adapter_monitor(wined3d, This->adapter->ordinal);
|
||||
+ LeaveCriticalSection(&dxgi_cs);
|
||||
+ wined3d_mutex_unlock();
|
||||
+
|
||||
+ if (!desc->Monitor)
|
||||
+ return DXGI_ERROR_INVALID_CALL;
|
||||
|
@ -52,7 +52,7 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "8fdcc239ba784894eed0f5c08ec56441db783e5e"
|
||||
echo "60d1d6f5952e8b5d6fb0327a28c047058851fa70"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
|
Loading…
Reference in New Issue
Block a user