]> git.cworth.org Git - fips/commit
test: Rename util.c and util.h to util-x11.c and util-x11.h
authorCarl Worth <cworth@cworth.org>
Mon, 1 Jul 2013 17:43:50 +0000 (10:43 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 1 Jul 2013 17:43:50 +0000 (10:43 -0700)
commit64cf6f7515be41e3561f6062501571ceb84ddbb2
treef120ff8b0caf4ddbb2e48facfff4117df89b11fb
parente90938cac9a539dc00c08b4439298cd05dada442
test: Rename util.c and util.h to util-x11.c and util-x11.h

These utility functions are all specific to the libX11 interface already,
and since we're planning to add some other utility functions soon, (such
as EGL), it will help to not have a too-generic name already used.

While doing this, also split up the interfaces for Display and Window
creation. This will allow us to create the GL context in between to
guarantee that the Window is created with the same visual as the GL
context.
test/Makefile.local
test/glx-dlopen-dlsym.c
test/glx-dlopen-gpa.c
test/glx-dlopen-gpaa.c
test/glx-link-call.c
test/glx-link-gpa.c
test/glx-link-gpaa.c
test/util-x11.c [new file with mode: 0644]
test/util-x11.h [new file with mode: 0644]
test/util.c [deleted file]
test/util.h [deleted file]