diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-03 14:57:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-03 14:57:01 +0100 |
| commit | 85f34539ee3ad5427688ef5c470f99d3dc62debd (patch) | |
| tree | 143b59f0223d2dd2f3cdabd4fd38d382981ea004 /src | |
| parent | 9911159cb0bd9817265fe66086f75612f077aaf8 (diff) | |
Type fix for OS X.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/gl_video_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc index cac8e9c8f..52d39b571 100644 --- a/src/wx/gl_video_view.cc +++ b/src/wx/gl_video_view.cc @@ -67,7 +67,7 @@ GLVideoView::GLVideoView (FilmViewer* viewer, wxWindow *parent) #ifdef DCPOMATIC_OSX /* Enable vsync */ - long swapInterval = 1; + GLint swapInterval = 1; CGLSetParameter (CGLGetCurrentContext(), kCGLCPSwapInterval, &swapInterval); #endif |
