diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-14 21:04:13 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-14 21:04:13 +0200 |
| commit | 6173c73b0322057589c498fc31dbf1d0876e6fe3 (patch) | |
| tree | e8d4da058f791637e6b4eec08c10bd3e90ee7737 /src/client/image.h | |
| parent | baeb3552f84ba0a930289ce2a6446fa70f2ef70c (diff) | |
support disable openGL ( --disable-opengl )
Diffstat (limited to 'src/client/image.h')
| -rw-r--r-- | src/client/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |