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

Collapse All | Expand All

(-)love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp (+1 lines)
Lines 1-3 Link Here
1
#define GL_GLEXT_PROTOTYPES
1
#include "Framebuffer.h"
2
#include "Framebuffer.h"
2
#include <common/Matrix.h>
3
#include <common/Matrix.h>
3
4
(-)love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp (+1 lines)
Lines 18-23 Link Here
18
* 3. This notice may not be removed or altered from any source distribution.
18
* 3. This notice may not be removed or altered from any source distribution.
19
**/
19
**/
20
20
21
#define GL_GLEXT_PROTOTYPES
21
#include "SpriteBatch.h"
22
#include "SpriteBatch.h"
22
23
23
// STD
24
// STD

Return to bug 672558