Added patch to add support for pasting HTML from native Unix applications.

This commit is contained in:
Sebastian Lackner
2014-10-27 09:28:38 +01:00
parent 26699042ab
commit ade7c1e886
5 changed files with 276 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ PATCHLIST := \
winemenubuilder-Desktop_Icon_Path.ok \
winepulse-PulseAudio_Support.ok \
winex11-CandidateWindowPos.ok \
winex11-Clipboard_HTML.ok \
winex11-Limited_Resolutions.ok \
winex11-Window_Groups.ok \
winex11-XEMBED.ok \
@@ -1592,6 +1593,24 @@ winex11-CandidateWindowPos.ok:
echo '+ { "winex11-CandidateWindowPos", "Felix Yan", "Update a candidate window'\''s position with over-the-spot style. [rev 2]" },'; \
) > winex11-CandidateWindowPos.ok
# Patchset winex11-Clipboard_HTML
# |
# | Included patches:
# | * Import X11's "text/html" as "HTML Format". [rev 3, by Damjan Jovanovic]
# |
# | This patchset fixes the following Wine bugs:
# | * [#7372] Support for pasting HTML from Unix applications
# |
# | Modified files:
# | * dlls/winex11.drv/clipboard.c
# |
.INTERMEDIATE: winex11-Clipboard_HTML.ok
winex11-Clipboard_HTML.ok:
$(call APPLY_FILE,winex11-Clipboard_HTML/0001-winex11.drv-Import-X11-s-text-html-as-HTML-Format.patch)
@( \
echo '+ { "winex11-Clipboard_HTML", "Damjan Jovanovic", "Import X11'\''s \\"text/html\\" as \\"HTML Format\\". [rev 3]" },'; \
) > winex11-Clipboard_HTML.ok
# Patchset winex11-Limited_Resolutions
# |
# | Included patches: