]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
more changes wrt passing x, y, w, h to render
[chaz/openbox] / render / render.h
index e0cf1ed8c72c6be3488d49644dd3cd4a698d34e3..9cd1bd7379ad6e1e3d72acb6c0ad5af264de04d0 100644 (file)
@@ -158,7 +158,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);
This page took 0.022451 seconds and 4 git commands to generate.