summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/apm_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c
index cbb2f43..0166f41 100644
--- a/src/apm_driver.c
+++ b/src/apm_driver.c
@@ -1176,7 +1176,7 @@ ApmPreInit(ScrnInfoPtr pScrn, int flags)
req = "xf1bppScreenInit";
break;
#endif
-#ifndef HAVE_XF4BPP
+#ifdef HAVE_XF4BPP
case 4:
mod = "xf4bpp";
req = "xf4bppScreenInit";