summaryrefslogtreecommitdiff
path: root/textscreen/txt_gui.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-19 19:57:59 +0000
committerSimon Howard2006-05-19 19:57:59 +0000
commit344823214b77a076351e1101a89e8c2a407dca48 (patch)
tree30733845098175d38a41e485279e4147bd3850dd /textscreen/txt_gui.h
parentaaf96ab501f948df13f78fdf072379884d2d3f2e (diff)
downloadchocolate-doom-344823214b77a076351e1101a89e8c2a407dca48.tar.gz
chocolate-doom-344823214b77a076351e1101a89e8c2a407dca48.tar.bz2
chocolate-doom-344823214b77a076351e1101a89e8c2a407dca48.zip
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
Diffstat (limited to 'textscreen/txt_gui.h')
-rw-r--r--textscreen/txt_gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/textscreen/txt_gui.h b/textscreen/txt_gui.h
index 84d3334d..d9c3c8e6 100644
--- a/textscreen/txt_gui.h
+++ b/textscreen/txt_gui.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: txt_gui.h 291 2006-01-13 23:56:00Z fraggle $
+// $Id: txt_gui.h 483 2006-05-19 19:57:59Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -42,8 +42,8 @@
#ifndef TXT_GUI_H
#define TXT_GUI_H
-void TXT_DrawDesktop(char *title);
-void TXT_DrawWindow(char *title, int x, int y, int w, int h);
+void TXT_DrawDesktopBackground(char *title);
+void TXT_DrawWindowFrame(char *title, int x, int y, int w, int h);
void TXT_DrawSeparator(int x, int y, int w);
#endif /* #ifndef TXT_GUI_H */