mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Benenne refresh/ zu qgl/ um
This commit is contained in:
parent
d2d760bba3
commit
714f013511
6 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -794,7 +794,7 @@ build/ref_gl_game/q_shared.o: src/game/baseq2/q_shared.c
|
|||
# ----------
|
||||
|
||||
# OpenGL refresher POSIX build
|
||||
build/ref_gl_posix/input.o: src/posix/refresh/input.c
|
||||
build/ref_gl_posix/input.o: src/posix/qgl/input.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl_posix/glob.o: src/posix/glob.c
|
||||
|
@ -803,7 +803,7 @@ build/ref_gl_posix/glob.o: src/posix/glob.c
|
|||
build/ref_gl_posix/hunk.o: src/posix/hunk.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl_posix/qgl.o: src/posix/refresh/qgl.c
|
||||
build/ref_gl_posix/qgl.o: src/posix/qgl/qgl.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl_posix/refresh.o: src/sdl/refresh.c
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <dlfcn.h>
|
||||
|
||||
#include "../../refresh/header/local.h"
|
||||
#include "glwindow.h"
|
||||
#include "header/glwindow.h"
|
||||
|
||||
void ( APIENTRY *qglAccum )( GLenum op, GLfloat value );
|
||||
void ( APIENTRY *qglAlphaFunc )( GLenum func, GLclampf ref );
|
|
@ -27,7 +27,7 @@
|
|||
#include "SDL.h"
|
||||
#include <GL/gl.h>
|
||||
#include "../refresh/header/local.h"
|
||||
#include "../posix/refresh/glwindow.h"
|
||||
#include "../posix/qgl/header/glwindow.h"
|
||||
|
||||
#include "../client/input/header/keyboard.h"
|
||||
#include "../posix/header/unix.h"
|
||||
|
@ -293,7 +293,7 @@ int GLimp_Init( void *hInstance, void *wndProc )
|
|||
|
||||
static void SetSDLIcon()
|
||||
{
|
||||
#include "../posix/refresh/q2icon.xbm"
|
||||
#include "../posix/qgl/icon/q2icon.xbm"
|
||||
SDL_Surface *icon;
|
||||
SDL_Color color;
|
||||
Uint8 *ptr;
|
||||
|
|
Loading…
Reference in a new issue