summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-27 15:32:24 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-27 15:32:24 +0000
commitfe49aaed64036027fb560545cb233219daaf351c (patch)
tree0c9ea13ceed88af0621c8c2d97b0093a82bfe492
parentec0c259d0dd9b4103afaceb8a0a37abcea63a9ca (diff)
Only register radeonVtxfmtNotifyFocus for the subsetted driver
-rw-r--r--src/mesa/drivers/dri/radeon/server/radeon_dri.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/server/radeon_dri.c b/src/mesa/drivers/dri/radeon/server/radeon_dri.c
index e3aee7b9d94..dc467f9669f 100644
--- a/src/mesa/drivers/dri/radeon/server/radeon_dri.c
+++ b/src/mesa/drivers/dri/radeon/server/radeon_dri.c
@@ -1243,5 +1243,9 @@ struct DRIDriverRec __driDriver = {
radeonHaltFBDev,
RADEONEngineShutdown,
RADEONEngineRestore,
+#if _HAVE_FULL_GL
+ 0,
+#else
radeonVtxfmtNotifyFocus,
+#endif
};