Commit 54d6fa06 authored by Felix Paul Kühne's avatar Felix Paul Kühne

vout_macosx: compilation fix for 10.6 and earlier

parent 83882abd
...@@ -47,6 +47,13 @@ ...@@ -47,6 +47,13 @@
#include <vlc_dialog.h> #include <vlc_dialog.h>
#include "opengl.h" #include "opengl.h"
#ifndef MAC_OS_X_VERSION_10_7
enum {
NSApplicationPresentationFullScreen = (1 << 10),
NSApplicationPresentationAutoHideToolbar = (1 << 11)
};
#endif
/** /**
* Forward declarations * Forward declarations
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment