diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2005-07-26 23:09:50 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2005-07-26 23:09:50 +0000 |
commit | a7df74ea024d5897040124784ed908e4c4ea4fe4 (patch) | |
tree | 28a1cf7a270d1b2556abaa9cd45d0f867cef83ad /src/mesa | |
parent | 36d6e9df16face24cb173a311a74b6bb6eb3425f (diff) |
typo
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c b/src/mesa/drivers/dri/i915/intel_screen.c index 49423e2302..ca8f34657c 100644 --- a/src/mesa/drivers/dri/i915/intel_screen.c +++ b/src/mesa/drivers/dri/i915/intel_screen.c @@ -470,7 +470,7 @@ void * __driCreateNewScreen_20050725( __DRInativeDisplay *dpy, int scrn, __DRIsc { __DRIscreenPrivate *psp; - static const __DRIversion ddx_expected = { 1, 0, 0 }; + static const __DRIversion ddx_expected = { 1, 4, 0 }; static const __DRIversion dri_expected = { 4, 0, 0 }; static const __DRIversion drm_expected = { 1, 1, 0 }; |