summaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index ebd4395c71..32796fad34 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -50,6 +50,7 @@ if not features['win32-threads']
endif
if features['win32-desktop']
+ test_utils_deps += cc.find_library('imm32')
test_utils_deps += cc.find_library('winmm')
endif
test_utils_objects = libmpv.extract_objects(test_utils_files)