Module: Mesa
Branch: master
Commit: 122b472814d7694d997a55aac3d32340bf09218d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=122b472814d7694d997a55aac3d32340bf09218d

Author: Jakob Bornecrantz <[email protected]>
Date:   Thu Feb 25 16:51:15 2010 +0100

st/xorg: Fix copy-topy

---

 src/gallium/state_trackers/xorg/xorg_driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c 
b/src/gallium/state_trackers/xorg/xorg_driver.c
index 4f99e00..aa8ab79 100644
--- a/src/gallium/state_trackers/xorg/xorg_driver.c
+++ b/src/gallium/state_trackers/xorg/xorg_driver.c
@@ -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) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to