diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-05-25 00:42:02 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-05-25 00:42:02 +0000 |
| commit | 48a75b80d6148afe88d250f24a3f337677cf9c18 (patch) | |
| tree | 446b375b61e947b13c12b68ef8f8f6d29bbbe1a6 /render/render.h | |
| parent | d1e355de2c6aae38cea3cdc0e0b902ea2b194e86 (diff) | |
gl is starting. it's gonna get really ugly really fast, folks
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index 100c4a9d..16f5c31c 100644 --- a/render/render.h +++ b/render/render.h @@ -151,6 +151,7 @@ void (*paint)(Window win, Appearance *l); void render_startup(void); void init_appearance(Appearance *l); void x_paint(Window win, Appearance *l); +void gl_paint(Window win, Appearance *l); void render_shutdown(void); Appearance *appearance_new(SurfaceType type, int numtex); Appearance *appearance_copy(Appearance *a); |
