summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jack Palevich <jackpal@google.com> 2009-04-13 22:03:39 -0700
committer Jack Palevich <jackpal@google.com> 2009-04-13 22:03:39 -0700
commite909ae55e3dc4e14e926df7548bb7407530d09ad (patch)
tree4dd7a2925529d10f1f3f3ebfe8b263dd7098b9b0
parente88531ce4b1ac2ae59ede3f6fa890f005a948612 (diff)
Add clarifying comment.
(Primarily as a test of the master_gl branch.)
-rw-r--r--opengl/tests/copybits/copybits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/copybits/copybits.cpp b/opengl/tests/copybits/copybits.cpp
index ff17cc941d10..404932ad2470 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();