st/xorg: Fix copy-topy

This commit is contained in:
Jakob Bornecrantz 2010-02-25 16:51:15 +01:00
parent 293f4d51b4
commit b95d4cd680

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