Commit 553c35a7 authored by Geoffroy Couprie's avatar Geoffroy Couprie

Win32: fix thumbnail clipping in fullscreen

parent 245b70dc
......@@ -247,7 +247,7 @@ static void CommonChangeThumbnailClip(vout_display_t *vd, bool show)
&taskbl)) {
taskbl->vt->HrInit(taskbl);
HWND hroot = GetAncestor(sys->hwnd,GA_ROOT);
HWND hroot = GetAncestor(sys->hwnd,GA_PARENT);
RECT relative;
if (show) {
RECT video, parent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment