egl: Use a boolean to indicate whether a display is initialized.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 27 Jan 2010 15:55:58 +0000 (23:55 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Thu, 28 Jan 2010 09:28:47 +0000 (17:28 +0800)
commita933259daa98615ad7473c53623a96f612e9a311
tree8731dc0829c7c17adf09d498ab8872e3ad42ec41
parent8f81769148eab0042ffb7192a702350275648715
egl: Use a boolean to indicate whether a display is initialized.

The driver pointer of the display was used to decide whether a display
is initialized.  Use a boolean for that purpose allows accessing the
driver of an uninitialized display.
src/egl/main/eglapi.c
src/egl/main/egldisplay.h