From: Jakob Bornecrantz Date: Sat, 17 Jan 2009 19:50:00 +0000 (+0100) Subject: egl: Make eglinfo print screen info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5df724c52d19ccc5e9151493e889095c186135d;p=mesa.git egl: Make eglinfo print screen info --- diff --git a/progs/egl/eglinfo.c b/progs/egl/eglinfo.c index 14620a97596..4486916e958 100644 --- a/progs/egl/eglinfo.c +++ b/progs/egl/eglinfo.c @@ -24,8 +24,10 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#define EGL_EGLEXT_PROTOTYPES #include +#include #include #include #include @@ -35,7 +37,6 @@ #define MAX_MODES 1000 #define MAX_SCREENS 10 - /** * Print table of all available configurations. */