mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
st/xorg: Fix copy-topy
This commit is contained in:
parent
cfbf75670d
commit
122b472814
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ drv_destroy_front_buffer_ga3d(ScrnInfoPtr pScrn)
|
|||
{
|
||||
modesettingPtr ms = modesettingPTR(pScrn);
|
||||
|
||||
if (!ms->root_bo)
|
||||
if (!ms->root_texture)
|
||||
return TRUE;
|
||||
|
||||
if (ms->fb_id != -1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue