summaryrefslogtreecommitdiff
path: root/src/apm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apm.h')
-rw-r--r--src/apm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apm.h b/src/apm.h
index 44e37eb..28e5b95 100644
--- a/src/apm.h
+++ b/src/apm.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm.h,v 1.19 2002/05/07 12:53:49 alanh Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm.h,v 1.19tsi Exp $ */
/* All drivers should typically include these */
@@ -54,7 +54,7 @@
#include "xf86DDC.h"
#include "xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
#ifdef TRUE
#undef TRUE
@@ -146,7 +146,7 @@ typedef struct {
struct ApmStippleCacheRec {
XAACacheInfoRec apmStippleCache;
FBAreaPtr area;
- int apmStippleCached:1;
+ unsigned int apmStippleCached:1;
} apmCache[APM_CACHE_NUMBER];
int apmCachePtr;
unsigned char regcurr[0x54];