diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-07-30 20:30:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-07-30 20:30:51 +0000 |
commit | d04f61bfaf6952e832d52e1cd6014e86435aebd9 (patch) | |
tree | ad73f5d8f2d8290a60cce830230344aa812a8acf /src/r128_probe.h | |
parent | 6dcb78bb818c3c1c7fe406bee5379f9bef023f4b (diff) |
Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
framebuffer formats except cfb and the overlay modes should work, and
r128 and radeon need to be loaded from the ati driver (both issues to
be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
drivers. elfloader users shouldn't be affected.
Diffstat (limited to 'src/r128_probe.h')
-rw-r--r-- | src/r128_probe.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/r128_probe.h b/src/r128_probe.h index 094a9b69..aa4c547f 100644 --- a/src/r128_probe.h +++ b/src/r128_probe.h @@ -69,10 +69,14 @@ extern void R128LeaveVT FunctionPrototype((int, int)); extern void R128FreeScreen FunctionPrototype((int, int)); -extern int R128ValidMode +extern ModeStatus R128ValidMode FunctionPrototype((int, DisplayModePtr, Bool, int)); -extern const OptionInfoRec R128Options[]; +extern OptionInfoRec * R128OptionsWeak + FunctionPrototype((void)); + +extern void R128FillInScreenInfo + FunctionPrototype((ScrnInfoPtr)); #endif /* _R128_PROBE_H_ */ |