You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Huge rewrite of patchupdate.py, use script based method to apply patches, deprecation of Makefile based method.
This commit is contained in:
2760
patches/Makefile
2760
patches/Makefile
File diff suppressed because it is too large
Load Diff
@@ -865,7 +865,7 @@ index 429646c..8708008 100644
|
||||
+
|
||||
+-----------------------------------------------------------------------
|
||||
+
|
||||
Copyright (c) 1993-2014 the Wine project authors (see the file AUTHORS
|
||||
Copyright (c) 1993-2015 the Wine project authors (see the file AUTHORS
|
||||
for a complete list)
|
||||
|
||||
Wine is free software; you can redistribute it and/or modify it under
|
||||
|
3389
patches/patchinstall.sh
Executable file
3389
patches/patchinstall.sh
Executable file
File diff suppressed because it is too large
Load Diff
@@ -1688,7 +1688,7 @@ diff --git a/dlls/wined3d/stateblock.c b/dlls/wined3d/stateblock.c
|
||||
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
|
||||
--- a/dlls/d3d9/tests/visual.c
|
||||
+++ b/dlls/d3d9/tests/visual.c
|
||||
@@ -16457,7 +16457,11 @@
|
||||
@@ -16455,7 +16455,11 @@
|
||||
fill_surface(surface_managed, 0x0000ff00, D3DLOCK_NO_DIRTY_UPDATE);
|
||||
add_dirty_rect_test_draw(device);
|
||||
color = getPixelColor(device, 320, 240);
|
||||
|
Reference in New Issue
Block a user