From 9ee3b53c8ea0b4d731cd7dbdb876a5422e144b82 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 23 Oct 2006 07:13:16 +0000 Subject: Stackable clip areas (useful for a future implementation of scrollable panes). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 713 --- textscreen/txt_desktop.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textscreen/txt_desktop.c') 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 -- cgit v1.2.3