]> git.cworth.org Git - fips/commitdiff
test: Rename handle-events.c to common.c
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jul 2013 18:29:40 +0000 (11:29 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 2 Jul 2013 21:19:39 +0000 (14:19 -0700)
Previously, this C file defined one function
(handle_events). Recently, it acquired a second function
(create_context).

In order to provide a common namespace, these functions are here
renamed to:

common_handle_events
and
common_create_context

so the filename is renamed to match.

Similarly, the HANDLE_EVENTS_GL_PREFIX macro is also renamed to
COMMON_GL_PREFIX.


No differences found