Renamed glfw.h to glfw3.h to avoid conflicts.

This commit is contained in:
Camilla Berglund 2010-09-10 13:16:03 +02:00
Родитель 06142786b9
Коммит cfbafc5b39
18 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@ -30,7 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
/*****************************************************************************

Просмотреть файл

@ -26,7 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
#ifndef M_PI
#define M_PI 3.141592654

Просмотреть файл

@ -4,7 +4,7 @@
//========================================================================
#include <stdio.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
// Maximum number of modes that we want to list
#define MAX_NUM_MODES 400

Просмотреть файл

@ -10,7 +10,7 @@
// because I am not a friend of orthogonal projections)
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -6,7 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
int main( void )

Просмотреть файл

@ -10,7 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795

Просмотреть файл

Просмотреть файл

@ -42,7 +42,7 @@
#include <X11/Xatom.h>
#include <GL/glx.h>
#include "../../include/GL/glfw.h"
#include "../../include/GL/glfw3.h"
#include "x11_config.h"
// We need declarations for GLX version 1.3 or above even if the server doesn't

Просмотреть файл

@ -29,7 +29,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -29,7 +29,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -31,7 +31,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -29,7 +29,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -3,7 +3,7 @@
* joystick input test.
*========================================================================*/
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <math.h>

Просмотреть файл

@ -30,7 +30,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -33,7 +33,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -28,7 +28,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>

Просмотреть файл

@ -29,7 +29,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#ifndef GL_VERSION_3_2
#define GL_CONTEXT_CORE_PROFILE_BIT 0x00000001

Просмотреть файл

@ -27,7 +27,7 @@
//
//========================================================================
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <stdlib.h>