mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-11 12:05:48 +00:00
fix fixmes for portal includes for libsdl
This commit is contained in:
@ -25,9 +25,13 @@
|
||||
#include "ConfigFile.h"
|
||||
#include "getConfigFilename.h"
|
||||
|
||||
// FIXME: portable includes?
|
||||
// i just added what works for me -fatray
|
||||
#ifdef __linux__
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
projectM *globalPM= NULL;
|
||||
|
||||
@ -25,9 +25,13 @@
|
||||
#include "ConfigFile.h"
|
||||
#include "getConfigFilename.h"
|
||||
|
||||
// FIXME: portable includes?
|
||||
// i just added what works for me -fatray
|
||||
#ifdef __linux__
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
projectM *globalPM= NULL;
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
#ifdef __linux__
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user