Initialize DRI2 swap interval to 0
https://bugs.freedesktop.org/show_bug.cgi?id=27628
This commit is contained in:

committed by
Kristian Høgsberg

parent
157bdd1446
commit
d9793fc3ac
@@ -185,6 +185,7 @@ dri2CreateDrawable(__GLXscreenConfigs * psc,
|
|||||||
pdraw->base.drawable = drawable;
|
pdraw->base.drawable = drawable;
|
||||||
pdraw->base.psc = psc;
|
pdraw->base.psc = psc;
|
||||||
pdraw->bufferCount = 0;
|
pdraw->bufferCount = 0;
|
||||||
|
pdraw->swap_interval = 0;
|
||||||
|
|
||||||
DRI2CreateDrawable(psc->dpy, xDrawable);
|
DRI2CreateDrawable(psc->dpy, xDrawable);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user