New upstream version 3.5.99.27
This commit is contained in:
14
nx-X11/programs/Xserver/fix-miregion-private
Executable file
14
nx-X11/programs/Xserver/fix-miregion-private
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
sed -i \
|
||||
-e 's/miEmptyBox\b/RegionEmptyBox/g' \
|
||||
-e 's/miEmptyData\b/RegionEmptyData/g' \
|
||||
-e 's/miBrokenData\b/RegionBrokenData/g' \
|
||||
-e 's/miBrokenRegion\b/RegionBrokenRegion/g' \
|
||||
-e 's/miCoalesce\b/RegionCoalesce/g' \
|
||||
-e 's/miAppendNonO\b/RegionAppendNonO/g' \
|
||||
-e 's/miRegionOp\b/RegionOp/g' \
|
||||
-e 's/miSetExtents\b/RegionSetExtents/g' \
|
||||
-e 's/miIntersectO\b/RegionIntersectO/g' \
|
||||
-e 's/miUnionO\b/RegionUnionO/g' \
|
||||
-e 's/miSubtractO\b/RegionSubtractO/g' \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user