diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2017-08-05 21:31:13 +0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2017-08-05 16:46:24 -0700 |
commit | 87249af5faf85c8d093e910c069faa4db0aee843 (patch) | |
tree | 5ede5f857a72933e2b4472f4f7cf0ba1365c2eb1 /src/dummy.h | |
parent | 7c3b090e80a9b364434120262f9bef5686cd2e2e (diff) |
Remove DGA support
DGA was so 2004.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Bob Terek <xorg@esoterek.com>
Tested-by: Antoine Martin <antoine@nagafix.co.uk>
Diffstat (limited to 'src/dummy.h')
-rw-r--r-- | src/dummy.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/dummy.h b/src/dummy.h index 705b9e5..f902fa6 100644 --- a/src/dummy.h +++ b/src/dummy.h @@ -28,9 +28,6 @@ extern Bool DUMMYCursorInit(ScreenPtr pScrn); extern void DUMMYShowCursor(ScrnInfoPtr pScrn); extern void DUMMYHideCursor(ScrnInfoPtr pScrn); -/* in dummy_dga.c */ -Bool DUMMYDGAInit(ScreenPtr pScreen); - /* globals */ typedef struct _color { @@ -41,10 +38,6 @@ typedef struct _color typedef struct dummyRec { - DGAModePtr DGAModes; - int numDGAModes; - Bool DGAactive; - int DGAViewportStatus; /* options */ OptionInfoPtr Options; Bool swCursor; |