egl: Make eglinfo print screen info

This commit is contained in:
Jakob Bornecrantz 2009-01-17 20:50:00 +01:00
parent 2e28c1fda2
commit a5df724c52

View file

@ -24,8 +24,10 @@
* 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.
*/