diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-03-17 04:53:36 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-03-17 04:53:36 +0000 |
| commit | ab68bcfb1e93daa41131174ac998548a183b5395 (patch) | |
| tree | a03734df13e3f760d844633fa79f0eb9ad9c3ded /render/render.h | |
| parent | fdabd3daf9c631f53408d82c9168705dc6a2832a (diff) | |
more changes wrt passing x, y, w, h to render
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index e0cf1ed8..9cd1bd73 100644 --- a/render/render.h +++ b/render/render.h @@ -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); |
