summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-12-15 11:29:56 -0500
committerDudemanguy <random342@airmail.cc>2024-01-15 16:06:06 +0000
commit7ffd947830193977c70b0e6a561362f3365ff40a (patch)
treeac90f03592fdf8c0634d721559df61bc0f5b94df /meson.build
parent2b1024fa50416feebc13d7ef49dbc19b6a9a0603 (diff)
downloadmpv-7ffd947830193977c70b0e6a561362f3365ff40a.tar.bz2
mpv-7ffd947830193977c70b0e6a561362f3365ff40a.tar.xz
win32: move IME candidate window to video window
By default the IME candidate window appears on the top left corner of the monitor. Move it to the video window for sane behavior.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ad6f9dde08..3a5bcaed65 100644
--- a/meson.build
+++ b/meson.build
@@ -489,6 +489,7 @@ if features['win32-desktop']
win32_desktop_libs = [cc.find_library('avrt'),
cc.find_library('dwmapi'),
cc.find_library('gdi32'),
+ cc.find_library('imm32'),
cc.find_library('ole32'),
cc.find_library('uuid'),
cc.find_library('uxtheme'),