mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
2007-10-15 Tomas Frydrych <tf@o-hand.com>
* clutter/cogl/gl/cogl-defines.h: * clutter/cogl/gl/cogl.c: Fixed up GL include for windows.
This commit is contained in:
parent
dd99f024bf
commit
922a7e4d21
@ -1,3 +1,9 @@
|
|||||||
|
2007-10-15 Tomas Frydrych <tf@o-hand.com>
|
||||||
|
|
||||||
|
* clutter/cogl/gl/cogl-defines.h:
|
||||||
|
* clutter/cogl/gl/cogl.c:
|
||||||
|
Fixup GL include for windows.
|
||||||
|
|
||||||
2007-10-15 Matthew Allum <mallum@openedhand.com>
|
2007-10-15 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-actor.c:
|
* clutter/clutter-actor.c:
|
||||||
|
@ -26,7 +26,12 @@
|
|||||||
#ifndef __COGL_DEFINES_H__
|
#ifndef __COGL_DEFINES_H__
|
||||||
#define __COGL_DEFINES_H__
|
#define __COGL_DEFINES_H__
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#include <GL/Glee.h>
|
||||||
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -29,7 +29,12 @@
|
|||||||
|
|
||||||
#include "cogl.h"
|
#include "cogl.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#include <GL/Glee.h>
|
||||||
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef HAVE_CLUTTER_GLX
|
#ifdef HAVE_CLUTTER_GLX
|
||||||
|
Loading…
Reference in New Issue
Block a user