X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Ffont.h;h=6a6f19092c4cf21f95bb0ad4e10a50f1971a4b9f;hb=ede531da35b7ef5c91ae9bde531c35528bfad423;hp=85aa9f3efb3e8afadb7099d190c624123b3e0437;hpb=a12e73cf3741f91d9188bacbcc7733d5948c8156;p=chaz%2Fopenbox 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 */