diff options
author | Kevin E Martin <kem@redhat.com> | 2004-07-30 04:44:13 +0000 |
---|---|---|
committer | Kevin E Martin <kem@redhat.com> | 2004-07-30 04:44:13 +0000 |
commit | 3a3b00f18ac5edd7dfef06a96342c95f3cb97f79 (patch) | |
tree | 4ae81912ef314dd9a66df019bd1c5498d62c96ac | |
parent | 986bc24892e7ce3784fc723fda54b1f89dd75b66 (diff) |
Fix "DoLoadableServer NO" buildCOMPOSITEWRAP
-rw-r--r-- | src/i810_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c index 26bb2b3b..8a6b4e02 100644 --- a/src/i810_driver.c +++ b/src/i810_driver.c @@ -345,6 +345,8 @@ static int i810_pitches[] = { #endif #endif +int I830EntityIndex = -1; + #ifdef XFree86LOADER static MODULESETUPPROTO(i810Setup); @@ -364,8 +366,6 @@ static XF86ModuleVersionInfo i810VersRec = { XF86ModuleData i810ModuleData = { &i810VersRec, i810Setup, 0 }; -int I830EntityIndex = -1; - static pointer i810Setup(pointer module, pointer opts, int *errmaj, int *errmin) { |