diff options
Diffstat (limited to 'src/atistruct.h')
-rw-r--r-- | src/atistruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atistruct.h b/src/atistruct.h index 4498e8e..430b565 100644 --- a/src/atistruct.h +++ b/src/atistruct.h @@ -454,6 +454,7 @@ typedef struct _ATIRec /* * Driver options. */ + unsigned int OptionProbeSparse:1; /* Force probe for fixed (sparse) I/O */ unsigned int OptionAccel:1; /* Use hardware draw engine */ unsigned int OptionBIOSDisplay:1; /* Allow BIOS interference */ unsigned int OptionBlend:1; /* Force horizontal blending */ |