Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 548926 | Differences between
and this patch

Collapse All | Expand All

(-)a/Eternal-Lands-1.9.4-orig/gl_init.c (+2 lines)
Lines 27-32 Link Here
27
#include "fsaa/fsaa.h"
27
#include "fsaa/fsaa.h"
28
#endif	/* FSAA */
28
#endif	/* FSAA */
29
29
30
#define APIENTRY
31
30
Uint32 flags;
32
Uint32 flags;
31
33
32
int window_width=640;
34
int window_width=640;
(-)a/Eternal-Lands-1.9.4-orig/platform.h (-1 / +2 lines)
Lines 87-97 Link Here
87
 #define APIENTRYP *
87
 #define APIENTRYP *
88
#elif !defined(BSD)
88
#elif !defined(BSD)
89
 #define GL_GLEXT_LEGACY
89
 #define GL_GLEXT_LEGACY
90
 #include <GL/glew.h>
90
 #include <GL/gl.h>
91
 #include <GL/gl.h>
91
 #include <GL/glu.h>
92
 #include <GL/glu.h>
92
 #undef GL_VERSION_1_2
93
 #undef GL_VERSION_1_2
93
 #undef GL_VERSION_1_3
94
 #undef GL_VERSION_1_3
94
 #include "glext.h"
95
 #include <GL/glext.h>
95
#else // BSD
96
#else // BSD
96
 #include <GL/gl.h>
97
 #include <GL/gl.h>
97
 #include <GL/glu.h>
98
 #include <GL/glu.h>

Return to bug 548926