mac: cefclient: Fix deprecation warnings

This commit is contained in:
Marshall Greenblatt
2023-07-24 12:57:37 -04:00
parent 8b46735b79
commit b07a9e1843
4 changed files with 30 additions and 16 deletions

View File

@@ -7,6 +7,7 @@
#if defined(OS_WIN)
#include <gl/gl.h>
#elif defined(OS_MAC)
#define GL_SILENCE_DEPRECATION
#include <OpenGL/gl.h>
#elif defined(OS_LINUX)
#include <GL/gl.h>