diff options
author | Ben Skeggs <[email protected]> | 2009-06-04 21:30:41 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-06-05 14:37:01 +1000 |
commit | 74adb150d595a7bc3f769bd2520c98a07bbc8531 (patch) | |
tree | f8c1b0a108eab625712c67be9a6a300dd38898a5 /src/gallium/drivers/nv40/nv40_screen.h | |
parent | bc466be695913cd504cefddd857ac1cefda87a04 (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.h | 4 |
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 7b503bd207d..57b4c8fc46c 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; |