Update winex11-CandidateWindowPos to use a new implementation from slackner

This commit is contained in:
Felix Yan
2014-09-23 23:30:26 +08:00
parent 2f26c3d624
commit 4aabc285b9
3 changed files with 201 additions and 139 deletions

View File

@@ -1181,20 +1181,20 @@ winepulse-PulseAudio_Support.ok:
# Patchset winex11-CandidateWindowPos
# |
# | Included patches:
# | * Update a candidate window's position with over-the-spot style. [by Felix Yan]
# | * Update a candidate window's position with over-the-spot style. [rev 2, by Felix Yan]
# |
# | This patchset fixes the following Wine bugs:
# | * [#30938] Update a XIM candidate position when cursor location changes
# |
# | Modified files:
# | * dlls/user32/caret.c, dlls/user32/user32.spec, dlls/winex11.drv/event.c, dlls/winex11.drv/keyboard.c,
# | dlls/winex11.drv/x11drv.h, dlls/winex11.drv/xim.c
# | * dlls/user32/caret.c, dlls/user32/driver.c, dlls/user32/user_private.h, dlls/winex11.drv/winex11.drv.spec,
# | dlls/winex11.drv/xim.c
# |
.INTERMEDIATE: winex11-CandidateWindowPos.ok
winex11-CandidateWindowPos.ok:
$(call APPLY_FILE,winex11-CandidateWindowPos/0001-winex11.drv-Update-a-candidate-window-s-position-wit.patch)
@( \
echo '+ { "winex11-CandidateWindowPos", "Felix Yan", "Update a candidate window'\''s position with over-the-spot style." },'; \
echo '+ { "winex11-CandidateWindowPos", "Felix Yan", "Update a candidate window'\''s position with over-the-spot style. [rev 2]" },'; \
) > winex11-CandidateWindowPos.ok
# Patchset winex11-Limited_Resolutions