diff options
author | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-11 19:02:18 +0000 |
---|---|---|
committer | Thomas Winischhofer <thomas@winischhofer.net> | 2005-10-11 19:02:18 +0000 |
commit | d91d18e1d6d663244288748ab86a35a6c151a535 (patch) | |
tree | 19c75c20b7e485e0fdef96560f084025967c83ea /hw/xfree86/common/xf86.h | |
parent | c1a2abadfbb862cbaac3e23d0c1317ce5473ebdd (diff) |
Add DGAReInitModes in order to allow the driver to change the list of
supported DGA modes. (Part 1)
Diffstat (limited to 'hw/xfree86/common/xf86.h')
-rw-r--r-- | hw/xfree86/common/xf86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 2a1246bdd..d8a60fae2 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -209,6 +209,7 @@ Bool xf86DPMSInit(ScreenPtr pScreen, DPMSSetProcPtr set, int flags); Bool DGAInit(ScreenPtr pScreen, DGAFunctionPtr funcs, DGAModePtr modes, int num); +Bool DGAReInitModes(ScreenPtr pScreen, DGAModePtr modes, int num); xf86SetDGAModeProc xf86SetDGAMode; /* xf86Events.c */ |