[vlc-commits] skins2: double_click is managed by the interface

Erwan Tulou git at videolan.org
Tue May 22 21:26:24 CEST 2018


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Tue May 22 21:20:11 2018 +0200| [4885b50b2e1edc6dbbf7de81888d46a18fe9187c] | committer: Erwan Tulou

skins2: double_click is managed by the interface

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

 modules/gui/skins2/src/skin_main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/skins2/src/skin_main.cpp b/modules/gui/skins2/src/skin_main.cpp
index 9a015006e4..36f66e344d 100644
--- a/modules/gui/skins2/src/skin_main.cpp
+++ b/modules/gui/skins2/src/skin_main.cpp
@@ -380,6 +380,7 @@ static int WindowOpen( vout_window_t *pWnd, const vout_window_cfg_t *cfg )
 #else
     pWnd->type = VOUT_WINDOW_TYPE_HWND;
 #endif
+    pWnd->info.has_double_click = true;
     pWnd->control = WindowControl;
 
     // force execution in the skins2 thread context



More information about the vlc-commits mailing list