diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-07-10 00:41:21 -0700 |
---|---|---|
committer | Aaron Plattner <aaron@weasel.nvidia.com> | 2007-07-10 00:41:21 -0700 |
commit | e77a2d9b62bc65062e7e2167642be5ab75ac4864 (patch) | |
tree | ec85c9457a0550dc6a7fe2616e1239fbf2e826d6 /src/g80_display.h | |
parent | c1503c864d495f8a3e5380fed5cb8ca5e21a3750 (diff) |
G80: Add a dithering property and corresponding config file option.
Diffstat (limited to 'src/g80_display.h')
-rw-r--r-- | src/g80_display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/g80_display.h b/src/g80_display.h index d6f24f4..4ab1d55 100644 --- a/src/g80_display.h +++ b/src/g80_display.h @@ -12,5 +12,6 @@ void G80CrtcEnableCursor(xf86CrtcPtr, Bool update); void G80CrtcDisableCursor(xf86CrtcPtr, Bool update); void G80CrtcSetCursorPosition(xf86CrtcPtr, int x, int y); void G80CrtcSkipModeFixup(xf86CrtcPtr); +void G80CrtcSetDither(xf86CrtcPtr, Bool dither, Bool update); void G80DispCreateCrtcs(ScrnInfoPtr pScrn); |