egl: Make eglinfo print screen info
authorJakob Bornecrantz <jakob@vmware.com>
Sat, 17 Jan 2009 19:50:00 +0000 (20:50 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Sat, 17 Jan 2009 19:50:00 +0000 (20:50 +0100)
progs/egl/eglinfo.c

index 14620a975964ec16d81c32a46d04b514da17618c..4486916e9581e873662a71ffa0ecc61e7652d880 100644 (file)
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#define EGL_EGLEXT_PROTOTYPES
 
 #include <EGL/egl.h>
+#include <EGL/eglext.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -35,7 +37,6 @@
 #define MAX_MODES 1000
 #define MAX_SCREENS 10
 
-
 /**
  * Print table of all available configurations.
  */