Abstract __DRIdisplayPrivateRec away in dri_glx.c.
authorKristian Høgsberg <krh@redhat.com>
Sun, 9 Mar 2008 00:02:10 +0000 (19:02 -0500)
committerKristian Høgsberg <krh@redhat.com>
Sun, 9 Mar 2008 00:10:21 +0000 (19:10 -0500)
commit425f9ed44e576aef27f7ab98968043f7f180d0fd
tree4ec32246623ecb9eb4d10835dca84b74d4115825
parentf585cb29b827104b9ea04cb11e3e3087ef1684c0
Abstract __DRIdisplayPrivateRec away in dri_glx.c.

This patch moves __DRIdisplayPrivateRec definition into dri_glx.c and
let's dri_glx.c allocate the __DRIdisplay struct pointer to from
__GLXdisplayPrivate.

A small step towards moving more of the dri functionality into dri_glx.c.
src/glx/x11/dri_glx.c
src/glx/x11/dri_glx.h [deleted file]
src/glx/x11/glxclient.h
src/glx/x11/glxcmds.c
src/glx/x11/glxext.c