public inbox for xconq-cvs@sourceware.org
help / color / mirror / Atom feed
From: shebs@sourceware.cygnus.com
To: xconq-cvs@sourceware.cygnus.com
Subject: xconq ./ChangeLog kernel/ui.c sdl/Makefile.in ...
Date: Thu, 01 Mar 2001 09:34:00 -0000 [thread overview]
Message-ID: <20010301173418.6190.qmail@sourceware.cygnus.com> (raw)
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.
reply other threads:[~2001-03-01 9:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010301173418.6190.qmail@sourceware.cygnus.com \
--to=shebs@sourceware.cygnus.com \
--cc=xconq-cvs@sourceware.cygnus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).