egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 17:34:10 +0000 (11:34 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 17:36:59 +0000 (11:36 -0600)
commit97035cb19aaf508aad45446651a80da9af1d0e8c
tree8ed9a86e1f18c81d86e64df7d0263c2a914142e8
parent88f86c9d026fc71b78cc6d71c0faaed38d0d6927
egl: in _eglAddConfig() just save a pointer to the config; don't copy the config

This allows subclassing by drivers.
src/egl/main/eglconfig.c
src/egl/main/eglconfig.h
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h