From 69cc315ac143b3dc4ba971f3c3e0cb0e4a4cb3b5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 20 Jun 2012 12:45:32 +0200 Subject: fixed receiving click events on the gtk-player-widget on Windows a workaround was necessary: after playing a movie, poll every 100ms for the availability of the event window created by libVLC (in another thread!) and disable it when found (stopping the g_timeout) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a6fc718..0b0c309 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,7 @@ case $host in AC_CHECK_HEADERS([windows.h], , [ AC_MSG_ERROR([Missing Windows headers!]) ]) - AC_CHECK_HEADERS([shellapi.h], , [ + AC_CHECK_HEADERS([shellapi.h winuser.h], , [ AC_MSG_ERROR([Missing Windows headers!]) ], [ #include -- cgit v1.2.3