From: Carl Worth Date: Mon, 1 Jul 2013 17:43:50 +0000 (-0700) Subject: test: Rename util.c and util.h to util-x11.c and util-x11.h X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=64cf6f7515be41e3561f6062501571ceb84ddbb2;hp=64cf6f7515be41e3561f6062501571ceb84ddbb2;p=fips 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. ---