From 58be655de321369ceec5819a3516003a05ead575 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 04:31:34 +0000 Subject: remove rependancy on geom.h from the kernel, provide what is used in its own geom.h --- render/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/font.h') diff --git a/render/font.h b/render/font.h index 85aa9f3e..6a6f1909 100644 --- a/render/font.h +++ b/render/font.h @@ -3,7 +3,7 @@ #define _XFT_NO_COMPAT_ /* no Xft 1 API */ #include #include "render.h" -#include "kernel/geom.h" +#include "geom.h" struct _RrFont { const RrInstance *inst; @@ -16,5 +16,5 @@ struct _RrFont { RrFont *RrFontOpen(const RrInstance *inst, char *fontstring); void RrFontClose(RrFont *f); -void RrFontDraw(XftDraw *d, RrTextureText *t, Rect *position); +void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position); #endif /* __font_h */ -- cgit v1.2.3