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/SpriteBatch.cpp (-4 / +11 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
24
-- a/src/modules/graphics/opengl/VertexBuffer.cpp
25
++ b/src/modules/graphics/opengl/VertexBuffer.cpp
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
22
#include "SpriteBatch.h"
23
21
#include "VertexBuffer.h"
24
#include "VertexBuffer.h"
22
25
23
#include "common/Exception.h"
26
#include "common/Exception.h"
24
-- a/src/modules/graphics/opengl/Graphics.cpp
27
++ b/src/modules/graphics/opengl/Graphics.cpp
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 <common/config.h>
22
#include <common/config.h>
22
#include <common/math.h>
23
#include <common/math.h>
23
#include <common/Vector.h>
24
#include <common/Vector.h>
24
-- a/src/modules/graphics/opengl/PixelEffect.cpp
25
++ b/src/modules/graphics/opengl/PixelEffect.cpp
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 "PixelEffect.h"
22
#include "PixelEffect.h"
22
#include "GLee.h"
23
#include "GLee.h"
23
24
24
-- a/src/modules/graphics/opengl/Canvas.cpp
25
++ b/src/modules/graphics/opengl/Canvas.cpp
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
#define GL_GLEXT_PROTOTYPES
20
#include "Canvas.h"
21
#include "Canvas.h"
21
#include "Graphics.h"
22
#include "Graphics.h"
22
#include <common/Matrix.h>
23
#include <common/Matrix.h>

Return to bug 672558