From 344823214b77a076351e1101a89e8c2a407dca48 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 19 May 2006 19:57:59 +0000 Subject: Split off text mode gui desktop code into a separate file. Rename some of the functions in txt_gui.c. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 483 --- textscreen/txt_gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textscreen/txt_gui.c') diff --git a/textscreen/txt_gui.c b/textscreen/txt_gui.c index ee581fee..0b0c602d 100644 --- a/textscreen/txt_gui.c +++ b/textscreen/txt_gui.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: txt_gui.c 291 2006-01-13 23:56:00Z fraggle $ +// $Id: txt_gui.c 483 2006-05-19 19:57:59Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -48,7 +48,7 @@ static int borders[4][4] = {0xc0, 0xc4, 0xc1, 0xd9}, }; -void TXT_DrawDesktop(char *title) +void TXT_DrawDesktopBackground(char *title) { int i; unsigned char *screendata; @@ -114,7 +114,7 @@ void TXT_DrawShadow(int x, int y, int w, int h) } } -void TXT_DrawWindow(char *title, int x, int y, int w, int h) +void TXT_DrawWindowFrame(char *title, int x, int y, int w, int h) { int x1, y1; int bx, by; -- cgit v1.2.3