From 6173c73b0322057589c498fc31dbf1d0876e6fe3 Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Tue, 14 Apr 2009 21:04:13 +0200 Subject: support disable openGL ( --disable-opengl ) --- src/client/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/image.h') diff --git a/src/client/image.h b/src/client/image.h index b6347db..352654a 100644 --- a/src/client/image.h +++ b/src/client/image.h @@ -40,6 +40,7 @@ typedef struct image_struct { int w; // width of actual picture int h; // height of actual picture + SDL_Surface *image; GLuint tw; // width of allocated texture GLuint th; // height of allocated texture GLuint tex_id; // texture id -- cgit v1.2.3