mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Use adequate #include for fl_wl_display().
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
// https://www.fltk.org/bugs.php
|
// https://www.fltk.org/bugs.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <FL/Fl.H> // includes <FL/fl_config.h>
|
#include <FL/platform.H>
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
# define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED 1
|
# define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED 1
|
||||||
# include <OpenGL/gl3.h> // defines OpenGL 3.0+ functions
|
# include <OpenGL/gl3.h> // defines OpenGL 3.0+ functions
|
||||||
|
|||||||
Reference in New Issue
Block a user