From b4450f3242ab408e80bc3d6d5d1cf6765f3e5339 Mon Sep 17 00:00:00 2001 From: Thomas Winischhofer Date: Tue, 11 Oct 2005 19:03:02 +0000 Subject: [PATCH] Add DGAReInitModes, Part 2 --- hw/xfree86/loader/xf86sym.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index b26ec8407..c1d96d428 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -385,6 +385,7 @@ LOOKUP xfree86LookupTab[] = { /* xf86DGA.c */ /* For drivers */ SYMFUNC(DGAInit) + SYMFUNC(DGAReInitModes) /* For extmod */ SYMFUNC(DGAAvailable) SYMFUNC(DGAActive)