egl: Use a boolean to indicate whether a resource is linked.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 26 Jan 2010 07:16:49 +0000 (15:16 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 26 Jan 2010 10:46:05 +0000 (18:46 +0800)
commitf65ed0a3097d91289ced44d53786506333122b55
tree2a0a14058f5b5bc5d1c91129ca0825fcd6051a2e
parentd21ee93fdb817a96b47b5dd4be925e23c19bb5a7
egl: Use a boolean to indicate whether a resource is linked.

An unlinked resource may still be a current resource such as current
surfaces.  There might still be a need to know which display the
unlinked resource belongs to.
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h