summaryrefslogtreecommitdiff
path: root/textscreen/txt_gui.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-20 15:45:36 +0000
committerSimon Howard2006-05-20 15:45:36 +0000
commit1ba69c88d26b33fbec2af21172bb52ad214b0f2a (patch)
treeaa298f6d80f4cf05283ed16cd486f2ed05fa88a1 /textscreen/txt_gui.h
parentf761f821f95a3fbf8af1eb645d8ae9412abdc541 (diff)
downloadchocolate-doom-1ba69c88d26b33fbec2af21172bb52ad214b0f2a.tar.gz
chocolate-doom-1ba69c88d26b33fbec2af21172bb52ad214b0f2a.tar.bz2
chocolate-doom-1ba69c88d26b33fbec2af21172bb52ad214b0f2a.zip
Clip windows against the workspace boundaries.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 487
Diffstat (limited to 'textscreen/txt_gui.h')
-rw-r--r--textscreen/txt_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/textscreen/txt_gui.h b/textscreen/txt_gui.h
index d9c3c8e6..03c1dc3d 100644
--- a/textscreen/txt_gui.h
+++ b/textscreen/txt_gui.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: txt_gui.h 483 2006-05-19 19:57:59Z fraggle $
+// $Id: txt_gui.h 487 2006-05-20 15:45:36Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -45,6 +45,7 @@
void TXT_DrawDesktopBackground(char *title);
void TXT_DrawWindowFrame(char *title, int x, int y, int w, int h);
void TXT_DrawSeparator(int x, int y, int w);
+void TXT_DrawString(char *s);
#endif /* #ifndef TXT_GUI_H */