summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_screen.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2011-11-03 12:46:08 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2011-11-04 23:33:04 +0200
commit7192c37294964b3f6e1551469f161593ec8f851d (patch)
tree89866fb4a584baab61cea882bbb0d4f5520249f5 /src/mesa/drivers/dri/nouveau/nouveau_screen.c
parentfc9e80fab9dc529cbe67cc718b89b17e18fa41d8 (diff)
downloadexternal_mesa3d-7192c37294964b3f6e1551469f161593ec8f851d.zip
external_mesa3d-7192c37294964b3f6e1551469f161593ec8f851d.tar.gz
external_mesa3d-7192c37294964b3f6e1551469f161593ec8f851d.tar.bz2
dri: unify __DriverAPIRec
I dropped the comments because they don't add much.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_screen.c')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
index a6e2186..2ce0764 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c
+++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
@@ -241,7 +241,7 @@ static const __DRIextension *nouveau_screen_extensions[] = {
};
const struct __DriverAPIRec driDriverAPI = {
- .InitScreen2 = nouveau_init_screen2,
+ .InitScreen = nouveau_init_screen2,
.DestroyScreen = nouveau_destroy_screen,
.CreateBuffer = nouveau_create_buffer,
.DestroyBuffer = nouveau_destroy_buffer,