public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
* xconq ./ChangeLog kernel/ui.c sdl/Makefile.in  ...
@ 2001-03-01  9:34 shebs
  0 siblings, 0 replies; only message in thread
From: shebs @ 2001-03-01  9:34 UTC (permalink / raw)
  To: xconq-cvs

CVSROOT:	/cvs/xconq
Module name:	xconq
Changes by:	shebs@sources.redhat.com	2001-03-01 09:34:18

Modified files:
	.              : ChangeLog 
	kernel         : ui.c 
	sdl            : Makefile.in sdlcmd.c sdlconq.h sdlmain.c 
	                 sdlmap.c 
Added files:
	sdl            : sdlscreen.c 

Log message:
	Reorganize SDL interface.  Screens now consists of maps plus
	variable numbers of panels.  Change most map references to
	screen references, including struct fields, function names,
	and local variables.
	* sdlconq.h (Screen): New type, move most Map fields to it.
	(Panel): New type.
	(enum paneltype): New enum.
	* sdlscreen.c: New file, includes general screen-handling
	code from sdlmap.c and sdlmain.c, plus new panel code.
	* sdl/Makefile.in: Add it.
	* sdlconq.h, sdlcmd.c, sdlmain.c: Change most existing references
	from "Map" to "Screen".
	* sdlmain.c (mscreen): Rename from screen.
	(sscreen): New global, was smap.
	(initial_ui_init): Check for NULL from getenv of SDL_VIDEODRIVER
	before using strcmp.
	* sdlmap.c: Comment out unused local vars.
	(xform): Make extern.
	(draw_map_overhead): Use draw_grid from viewport.
	(draw_borders, etc): Don't use map->draw_lines.
	
	* ui.c (oneliner): Handle the outside-the-viewport case.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-01  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01  9:34 xconq ./ChangeLog kernel/ui.c sdl/Makefile.in shebs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).