X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=dfbf4f12c44ec008c6e627cef02f96361e5fbead;hb=648c55b829e09c66222a9bbf08d10434622feae2;hp=e0cf1ed8c72c6be3488d49644dd3cd4a698d34e3;hpb=fdabd3daf9c631f53408d82c9168705dc6a2832a;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index e0cf1ed8..dfbf4f12 100644 --- a/render/render.h +++ b/render/render.h @@ -99,6 +99,7 @@ typedef struct Surface { typedef struct { XftFont *xftfont; + int height; } ObFont; typedef enum { @@ -158,7 +159,7 @@ void (*paint)(Window win, Appearance *l, int x, int y, int w, int h); void render_startup(void); void init_appearance(Appearance *l); -void x_paint(Window win, Appearance *l, int w, int h); +void x_paint(Window win, Appearance *l, int x, int y, int w, int h); void render_shutdown(void); Appearance *appearance_new(SurfaceType type, int numtex); Appearance *appearance_copy(Appearance *a);