summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_screen.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-06-04 21:30:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-06-05 14:37:01 +1000
commit74adb150d595a7bc3f769bd2520c98a07bbc8531 (patch)
treef8c1b0a108eab625712c67be9a6a300dd38898a5 /src/gallium/drivers/nv40/nv40_screen.h
parentbc466be695913cd504cefddd857ac1cefda87a04 (diff)
nv40: remove u_simple_screen usage
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_screen.h')
-rw-r--r--src/gallium/drivers/nv40/nv40_screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/nv40_screen.h b/src/gallium/drivers/nv40/nv40_screen.h
index 7b503bd207..57b4c8fc46 100644
--- a/src/gallium/drivers/nv40/nv40_screen.h
+++ b/src/gallium/drivers/nv40/nv40_screen.h
@@ -1,11 +1,11 @@
#ifndef __NV40_SCREEN_H__
#define __NV40_SCREEN_H__
-#include "pipe/p_screen.h"
+#include "nouveau/nouveau_screen.h"
#include "nv04/nv04_surface_2d.h"
struct nv40_screen {
- struct pipe_screen pipe;
+ struct nouveau_screen base;
struct nouveau_winsys *nvws;