st/xorg: Fix copy-topy

This commit is contained in:
Jakob Bornecrantz 2010-02-25 16:51:15 +01:00
parent cfbf75670d
commit 122b472814

View file

@ -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) {