glx: Rename __GLXscreenConfigs to struct glx_screen
Because double underscores in private type names is painful.
This commit is contained in:
@@ -189,9 +189,9 @@ CreateDRIDrawable(Display *dpy, struct glx_config *config,
|
||||
{
|
||||
__GLXdisplayPrivate *const priv = __glXInitialize(dpy);
|
||||
__GLXDRIdrawable *pdraw;
|
||||
__GLXscreenConfigs *psc;
|
||||
struct glx_screen *psc;
|
||||
|
||||
psc = priv->screenConfigs[config->screen];
|
||||
psc = priv->screens[config->screen];
|
||||
if (psc->driScreen == NULL)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user