This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
nouveau: Add missing header.
tags/mesa-7.9-rc1
Vinson Lee
15 years ago
parent
5b83e0ea04
commit
b2fc623497
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/gallium/drivers/nouveau/nouveau_screen.h
+ 2
- 0
src/gallium/drivers/nouveau/nouveau_screen.h
View File
@@ -1,6 +1,8 @@
#ifndef __NOUVEAU_SCREEN_H__
#define __NOUVEAU_SCREEN_H__
#include "pipe/p_screen.h"
struct nouveau_screen {
struct pipe_screen base;
struct nouveau_device *device;
Write
Preview
Loading…
Cancel
Save