Moved dcqueue.c out of SDL domain, it is not SDL-specific
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3443 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
uqm_SUBDIRS="sdl"
|
uqm_SUBDIRS="sdl"
|
||||||
uqm_CFILES="boxint.c clipline.c cmap.c context.c drawable.c filegfx.c
|
uqm_CFILES="boxint.c clipline.c cmap.c context.c drawable.c filegfx.c
|
||||||
|
dcqueue.c
|
||||||
font.c frame.c gfx_common.c intersec.c loaddisp.c
|
font.c frame.c gfx_common.c intersec.c loaddisp.c
|
||||||
pixmap.c resgfx.c tfb_draw.c tfb_prim.c widgets.c"
|
pixmap.c resgfx.c tfb_draw.c tfb_prim.c widgets.c"
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
//Copyright Paul Reiche, Fred Ford. 1992-2002
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -16,14 +14,12 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef GFXMODULE_SDL
|
|
||||||
|
|
||||||
#include "port.h"
|
#include "port.h"
|
||||||
#include "sdl_common.h"
|
|
||||||
#include "libs/threadlib.h"
|
#include "libs/threadlib.h"
|
||||||
#include SDL_INCLUDE(SDL_thread.h)
|
|
||||||
#include "libs/graphics/drawcmd.h"
|
#include "libs/graphics/drawcmd.h"
|
||||||
#include "libs/graphics/sdl/dcqueue.h"
|
#include "libs/graphics/drawable.h"
|
||||||
|
#include "libs/graphics/context.h"
|
||||||
|
#include "libs/graphics/dcqueue.h"
|
||||||
#include "libs/log.h"
|
#include "libs/log.h"
|
||||||
#include "libs/misc.h"
|
#include "libs/misc.h"
|
||||||
// for TFB_DEBUG_HALT
|
// for TFB_DEBUG_HALT
|
||||||
@@ -252,6 +248,3 @@ TFB_EnqueueDrawCommand (TFB_DrawCommand* DrawCommand)
|
|||||||
TFB_DrawCommandQueue_Push (DrawCommand);
|
TFB_DrawCommandQueue_Push (DrawCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
//Copyright Paul Reiche, Fred Ford. 1992-2002
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
uqm_CFILES="3do_blt.c 3do_funcs.c 3do_getbody.c dcqueue.c opengl.c
|
uqm_CFILES="3do_blt.c 3do_funcs.c 3do_getbody.c opengl.c
|
||||||
palette.c
|
palette.c
|
||||||
primitives.c pure.c sdl_common.c
|
primitives.c pure.c sdl_common.c
|
||||||
scalers.c 2xscalers.c
|
scalers.c 2xscalers.c
|
||||||
|
|||||||
@@ -22,10 +22,10 @@
|
|||||||
#include "opengl.h"
|
#include "opengl.h"
|
||||||
#include "pure.h"
|
#include "pure.h"
|
||||||
#include "primitives.h"
|
#include "primitives.h"
|
||||||
#include "dcqueue.h"
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include "uqmversion.h"
|
#include "uqmversion.h"
|
||||||
#include "libs/graphics/drawcmd.h"
|
#include "libs/graphics/drawcmd.h"
|
||||||
|
#include "libs/graphics/dcqueue.h"
|
||||||
#include "libs/graphics/cmap.h"
|
#include "libs/graphics/cmap.h"
|
||||||
#include "libs/input/sdl/input.h"
|
#include "libs/input/sdl/input.h"
|
||||||
// for ProcessInputEvent()
|
// for ProcessInputEvent()
|
||||||
|
|||||||
Reference in New Issue
Block a user