]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/common.c
VOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
[vlc] / modules / video_output / msw / common.c
index fd92aa2e28bb833fb56b5fc7a6fdf6ec6aa261fa..d1cf7100fe5980765e6ae7c75d2751bbba7e6cc5 100644 (file)
@@ -613,7 +613,7 @@ int CommonControl(vout_display_t *vd, int query, va_list args)
             return VLC_EGENERIC;
 #endif
         if (sys->parent_window) {
-            if (vout_window_SetOnTop(sys->parent_window, is_on_top))
+            if (vout_window_SetState(sys->parent_window, is_on_top))
                 return VLC_EGENERIC;
         } else {
             HMENU hMenu = GetSystemMenu(sys->hwnd, FALSE);