diff options
Diffstat (limited to 'client/red_pixmap_gl.h')
-rw-r--r-- | client/red_pixmap_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_pixmap_gl.h b/client/red_pixmap_gl.h index f322d52c..f7a14af9 100644 --- a/client/red_pixmap_gl.h +++ b/client/red_pixmap_gl.h @@ -29,7 +29,7 @@ enum RenderType { class RedPixmapGL: public RedPixmap { public: RedPixmapGL(int width, int height, Format format, bool top_bottom, - rgb32_t *pallete, RedWindow *win, RenderType rendertype); + RedWindow *win, RenderType rendertype); void textures_lost(); void touch_context(); |