aboutsummaryrefslogtreecommitdiff
path: root/src/DrawUtil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/DrawUtil.hh')
-rw-r--r--src/DrawUtil.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/DrawUtil.hh b/src/DrawUtil.hh
index 8435796..d866961 100644
--- a/src/DrawUtil.hh
+++ b/src/DrawUtil.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: DrawUtil.hh,v 1.6 2002/07/10 14:38:43 fluxgen Exp $ 22// $Id: DrawUtil.hh,v 1.7 2002/11/12 22:44:17 fluxgen Exp $
23 23
24#ifndef DRAWUTIL_HH 24#ifndef DRAWUTIL_HH
25#define DRAWUTIL_HH 25#define DRAWUTIL_HH
@@ -38,10 +38,6 @@ namespace DrawUtil
38 FontJustify justify; 38 FontJustify justify;
39 }; 39 };
40 40
41void DrawString(Display *display, Window w, GC gc, DrawUtil::Font *font,
42 unsigned int text_w, unsigned int size_w,
43 unsigned int bevel_w, const char *text);
44
45// ---------------------------------------------------------------------- 41// ----------------------------------------------------------------------
46// xvertext, Copyright (c) 1992 Alan Richardson (mppa3@uk.ac.sussex.syma) 42// xvertext, Copyright (c) 1992 Alan Richardson (mppa3@uk.ac.sussex.syma)
47// ---------------------------------------------------------------------- 43// ----------------------------------------------------------------------