]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions...
[chaz/openbox] / render / font.h
index 85aa9f3efb3e8afadb7099d190c624123b3e0437..6a6f19092c4cf21f95bb0ad4e10a50f1971a4b9f 100644 (file)
@@ -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 */
This page took 0.020939 seconds and 4 git commands to generate.