intelWindowMoved: Some debugging output was accidentally left always enabled.

This commit is contained in:
Michel Dänzer
2007-02-15 18:43:46 +01:00
parent bfbc1de02e
commit 356bf9563e
+1 -1
View File
@@ -249,7 +249,7 @@ intelWindowMoved(struct intel_context *intel)
pf_active = (pf_pipes & intel->sarea->pf_active) == pf_pipes;
if (1 /*INTEL_DEBUG & DEBUG_LOCK*/)
if (INTEL_DEBUG & DEBUG_LOCK)
if (pf_active != intel_fb->pf_active)
_mesa_printf("%s - Page flipping %sactive\n", __progname,
pf_active ? "" : "in");