summaryrefslogtreecommitdiff
path: root/textscreen/txt_desktop.c
diff options
context:
space:
mode:
authorSimon Howard2006-10-23 07:13:16 +0000
committerSimon Howard2006-10-23 07:13:16 +0000
commit9ee3b53c8ea0b4d731cd7dbdb876a5422e144b82 (patch)
tree1536d2b0ed3c6457235ee9cc052dc0a676fa6923 /textscreen/txt_desktop.c
parentc4c79440c404fabc7a77e1d4561ff707e223233a (diff)
downloadchocolate-doom-9ee3b53c8ea0b4d731cd7dbdb876a5422e144b82.tar.gz
chocolate-doom-9ee3b53c8ea0b4d731cd7dbdb876a5422e144b82.tar.bz2
chocolate-doom-9ee3b53c8ea0b4d731cd7dbdb876a5422e144b82.zip
Stackable clip areas (useful for a future implementation of scrollable
panes). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 713
Diffstat (limited to 'textscreen/txt_desktop.c')
-rw-r--r--textscreen/txt_desktop.c2
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