diff options
Diffstat (limited to 'textscreen/txt_desktop.c')
-rw-r--r-- | textscreen/txt_desktop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textscreen/txt_desktop.c b/textscreen/txt_desktop.c index 78c9944e..b17f1514 100644 --- a/textscreen/txt_desktop.c +++ b/textscreen/txt_desktop.c @@ -118,6 +118,8 @@ void TXT_DrawDesktop(void) int i; char *title; + TXT_InitClipArea(); + if (desktop_title == NULL) title = ""; else |