From 0c80565e2cb7fa5ff359f57cc3d7016a78a43ac2 Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Wed, 10 Oct 2007 14:43:34 +0200 Subject: [PATCH] Oops. --- src/nv_exa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nv_exa.c b/src/nv_exa.c index 379d3ba..be1a95f 100644 --- a/src/nv_exa.c +++ b/src/nv_exa.c @@ -797,14 +797,14 @@ Bool NVExaInit(ScreenPtr pScreen) switch (pNv->Architecture) { #if defined(ENABLE_NV30EXA) // not working yet - +/* case NV_ARCH_30: pNv->EXADriverPtr->CheckComposite = NV30EXACheckComposite; pNv->EXADriverPtr->PrepareComposite = NV30EXAPrepareComposite; pNv->EXADriverPtr->Composite = NV30EXAComposite; pNv->EXADriverPtr->DoneComposite = NV30EXADoneComposite; break; - +*/ #endif #if (X_BYTE_ORDER == X_LITTLE_ENDIAN) && defined(ENABLE_NV30EXA) case NV_ARCH_40: -- 2.32.0.93.g670b81a890