mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
glx: Initialize have_back.
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
a1cb3babbe
commit
cc806f70b2
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ dri2CreateDrawable(__GLXscreenConfigs * psc,
|
|||
pdraw->base.psc = psc;
|
||||
pdraw->bufferCount = 0;
|
||||
pdraw->swap_interval = 1;
|
||||
pdraw->have_back = 0;
|
||||
|
||||
DRI2CreateDrawable(psc->dpy, xDrawable);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue