From: Carl Worth Date: Mon, 1 Jul 2013 18:29:40 +0000 (-0700) Subject: test: Rename handle-events.c to common.c X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ddd77c29412866e8567aeff1951e6e010b3676bf;hp=ddd77c29412866e8567aeff1951e6e010b3676bf;p=fips 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. ---