]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/common.c
msw : support for vout_window_SetFullscreen
[vlc] / modules / video_output / msw / common.c
index cc392ceb29e0311e1007cdec27e82e6e4917ae6c..196af7f6fd1b63d317f181a8375560955e8d7e73 100644 (file)
@@ -155,7 +155,7 @@ void CommonManage(vout_display_t *vd)
 
     /* If we do not control our window, we check for geometry changes
      * ourselves because the parent might not send us its events. */
-    if (sys->hparent && !vd->cfg->is_fullscreen) {
+    if (sys->hparent) {
         RECT rect_parent;
         POINT point;