summaryrefslogtreecommitdiff
path: root/textscreen/txt_window.h
diff options
context:
space:
mode:
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 */