hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"
Fix compilation after commit c3c976f54c
"glx:
Remove screen number from __GLXconfig"
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
6a9bd103cb
commit
44d502c6f1
|
@ -2014,9 +2014,6 @@ glxWinCreateConfigs(HDC hdc, glxWinScreen * screen)
|
|||
else
|
||||
c->base.swapMethod = GLX_SWAP_UNDEFINED_OML;
|
||||
|
||||
/* EXT_import_context */
|
||||
c->base.screen = screen->base.pScreen->myNum;
|
||||
|
||||
/* EXT_texture_from_pixmap */
|
||||
c->base.bindToTextureRgb = -1;
|
||||
c->base.bindToTextureRgba = -1;
|
||||
|
@ -2393,9 +2390,6 @@ glxWinCreateConfigsExt(HDC hdc, glxWinScreen * screen)
|
|||
c->base.swapMethod = GLX_SWAP_UNDEFINED_OML;
|
||||
}
|
||||
|
||||
/* EXT_import_context */
|
||||
c->base.screen = screen->base.pScreen->myNum;
|
||||
|
||||
/* EXT_texture_from_pixmap */
|
||||
/*
|
||||
Mesa's DRI configs always have bindToTextureRgb/Rgba TRUE (see driCreateConfigs(), so setting
|
||||
|
|
Loading…
Reference in New Issue