Add clarifying comment.

(Primarily as a test of the master_gl branch.)
This commit is contained in:
Jack Palevich
2009-04-13 22:03:39 -07:00
parent e88531ce4b
commit e909ae55e3

View File

@@ -43,7 +43,7 @@ GLuint texture;
hw_module_t const* gralloc_module;
alloc_device_t *sAllocDev;
#define FIXED_ONE 0x10000
#define FIXED_ONE 0x10000 /* 1.0 in 16.16 fixed point. */
int init_gl_surface();
void free_gl_surface();