[vlc-commits] kms: remove bogus window event

Rémi Denis-Courmont git at videolan.org
Mon Jan 14 20:38:32 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 14 19:59:12 2019 +0200| [985c33129483d4a1b055ad5553fdc2b73480daa0] | committer: Rémi Denis-Courmont

kms: remove bogus window event

This is a display, not a window.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=985c33129483d4a1b055ad5553fdc2b73480daa0
---

 modules/video_output/kms.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/kms.c b/modules/video_output/kms.c
index bd65ee823f..3417d07a9d 100644
--- a/modules/video_output/kms.c
+++ b/modules/video_output/kms.c
@@ -762,7 +762,6 @@ static int Open(vout_display_t *vd, const vout_display_cfg_t *cfg,
     vd->display = Display;
     vd->control = Control;
 
-    vout_window_ReportSize(cfg->window, sys->width, sys->height);
     (void) context;
     return VLC_SUCCESS;
 }



More information about the vlc-commits mailing list