summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-18 19:48:03 +0000
committerSimon Howard2006-05-18 19:48:03 +0000
commitaaf96ab501f948df13f78fdf072379884d2d3f2e (patch)
treef8326c1dd0f741b8b3184c2828efa1f48e47342f /textscreen/txt_window.h
parentf6e8d4c46e9ffebe43a3ea84df3e544417266091 (diff)
downloadchocolate-doom-aaf96ab501f948df13f78fdf072379884d2d3f2e.tar.gz
chocolate-doom-aaf96ab501f948df13f78fdf072379884d2d3f2e.tar.bz2
chocolate-doom-aaf96ab501f948df13f78fdf072379884d2d3f2e.zip
Add TXT_SetDesktopTitle()
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 482
Diffstat (limited to 'textscreen/txt_window.h')
-rw-r--r--textscreen/txt_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_window.h b/textscreen/txt_window.h
index 821ddca9..dc38926f 100644
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -52,7 +52,7 @@ 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 */