From e909ae55e3dc4e14e926df7548bb7407530d09ad Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Mon, 13 Apr 2009 22:03:39 -0700 Subject: [PATCH] Add clarifying comment. (Primarily as a test of the master_gl branch.) --- opengl/tests/copybits/copybits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengl/tests/copybits/copybits.cpp b/opengl/tests/copybits/copybits.cpp index ff17cc941d100..404932ad24705 100644 --- a/opengl/tests/copybits/copybits.cpp +++ b/opengl/tests/copybits/copybits.cpp @@ -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();