diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
| commit | 58be655de321369ceec5819a3516003a05ead575 (patch) | |
| tree | 0d698ccd1a8e0d23ff081662fe9ee6fd3f637e7a /render/font.h | |
| parent | 2abbf01125731caf99490eca58db6debce717947 (diff) | |
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <X11/Xft/Xft.h> #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 */ |
