mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 06:00:36 +02:00
Initialize have_back.
There is a user somewhere that tests it before its initial set. Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
edad36cff9
commit
d20fce057e
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ dri2CreateDrawable(__GLXscreenConfigs * psc,
|
|||
pdraw->base.psc = psc;
|
||||
pdraw->bufferCount = 0;
|
||||
pdraw->swap_interval = 1; /* default may be overridden below */
|
||||
pdraw->have_back = 0;
|
||||
|
||||
if (psc->config)
|
||||
psc->config->configQueryi(psc->__driScreen, "vblank_mode", &vblank_mode);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue