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:
avolkov
2009-12-19 01:35:31 +00:00
parent e01ce2e6e4
commit d40be4b7ff
5 changed files with 6 additions and 14 deletions
+1
View File
@@ -1,4 +1,5 @@
uqm_SUBDIRS="sdl"
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
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
* 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.
*/
#ifdef GFXMODULE_SDL
#include "port.h"
#include "sdl_common.h"
#include "libs/threadlib.h"
#include SDL_INCLUDE(SDL_thread.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/misc.h"
// for TFB_DEBUG_HALT
@@ -252,6 +248,3 @@ TFB_EnqueueDrawCommand (TFB_DrawCommand* 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
* it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -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
primitives.c pure.c sdl_common.c
scalers.c 2xscalers.c
+1 -1
View File
@@ -22,10 +22,10 @@
#include "opengl.h"
#include "pure.h"
#include "primitives.h"
#include "dcqueue.h"
#include "options.h"
#include "uqmversion.h"
#include "libs/graphics/drawcmd.h"
#include "libs/graphics/dcqueue.h"
#include "libs/graphics/cmap.h"
#include "libs/input/sdl/input.h"
// for ProcessInputEvent()