]> git.cworth.org Git - fips/commit
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)
commitddd77c29412866e8567aeff1951e6e010b3676bf
tree877d30731d9bf09a21d49b6c3c26f510cc3fb32e
parent6014e77b9f7cf0570fe799fde240970a7cafb7ce
test: Rename handle-events.c to common.c

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.
test/common.c [new file with mode: 0644]
test/glx-dlopen-dlsym.c
test/glx-dlopen-gpa.c
test/glx-link-call.c
test/glx-link-gpa.c
test/glx-link-gpaa.c
test/handle-events.c [deleted file]