]> git.cworth.org Git - fips/commitdiff
test: Reduce code duplication in test-suite programs
authorCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 22:20:45 +0000 (15:20 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Jun 2013 22:20:45 +0000 (15:20 -0700)
All of the test suite programs previously had their own copies of
common drawing code. Now, this code is put into a shared
handle-events.c. Each test program includes handle-events and can
provide its own prefix for called OpenGL functions by first defining
HANDLE_EVENTS_GL_PREFIX.


No differences found