managed video window works on windows as well.

This commit is contained in:
Simon Morlat 2014-09-28 19:36:06 +02:00
parent 6dfa6857ee
commit 794cde7c91
4 changed files with 4 additions and 4 deletions

View file

@ -898,7 +898,7 @@ dnl ##################################################
dnl # Check for doxygen
dnl ##################################################
AC_PATH_PROG(DOXYGEN,doxygen,false)
AC_CHECK_PROG(DOXYGEN,doxygen,doxygen,false)
AM_CONDITIONAL(HAVE_DOXYGEN, test "$DOXYGEN" != "false")

View file

@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifdef __linux
#include <gdk/gdkx.h>
#elif defined(WIN32)
#include <gdk/gdk-win32.h>
#include <gdk/gdkwin32.h>
#elif defined(__APPLE__)
extern void *gdk_quartz_window_get_nswindow(GdkWindow *window);
extern void *gdk_quartz_window_get_nsview(GdkWindow *window);

@ -1 +1 @@
Subproject commit f6f1d4e9804a9e3ba625621ccfaf562782642ff9
Subproject commit dbded55e10f03f77edfff660f38cc0b41348cc79

2
oRTP

@ -1 +1 @@
Subproject commit 89ca6ec136b325e4b51e40c6de6b7ab8b2d72432
Subproject commit 540ee49bd3f65139f7e5938cc6bc1f8a4353c3f7