summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.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_window.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_window.h')
-rw-r--r--textscreen/txt_window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/textscreen/txt_window.h b/textscreen/txt_window.h
index dc38926f..327bc06a 100644
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -52,8 +52,6 @@ struct txt_window_s
txt_window_t *TXT_NewWindow(char *title, int x, int y);
void TXT_CloseWindow(txt_window_t *window);
void TXT_AddWidget(txt_window_t *window, void *widget);
-void TXT_SetDesktopTitle(char *title);
-void TXT_DrawAllWindows(void);
#endif /* #ifndef TXT_WINDOW_T */