OSDN Git Service

glx: Rename __GLcontextModes to struct glx_config
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 28 Jul 2010 14:07:52 +0000 (10:07 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 28 Jul 2010 20:42:00 +0000 (16:42 -0400)
commit6ddf66e9230ee862ac341c4767cf6b3b2dd2552b
tree6405435e3fdf6a0ea01db80b379b2d42c35eb3f8
parent4f9f066485d93cd6bb0e21fec0775ceed96d14de
glx: Rename __GLcontextModes to struct glx_config

With this rename, we use 'config' consitently to refer to GLX configurations
instead of the modes/configs/visual mess before.
17 files changed:
src/glx/apple/apple_glx_drawable.h
src/glx/apple/apple_glx_pbuffer.c
src/glx/apple/apple_glx_pixmap.c
src/glx/apple/apple_visual.c
src/glx/apple/apple_visual.h
src/glx/dri2_glx.c
src/glx/dri_common.c
src/glx/dri_common.h
src/glx/dri_glx.c
src/glx/drisw_glx.c
src/glx/glcontextmodes.c
src/glx/glcontextmodes.h
src/glx/glx_pbuffer.c
src/glx/glxclient.h
src/glx/glxcmds.c
src/glx/glxcurrent.c
src/glx/glxext.c