diff options
Diffstat (limited to 'src/tdfx_screen.h')
-rw-r--r-- | src/tdfx_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdfx_screen.h b/src/tdfx_screen.h index 5a68898..6aa42e8 100644 --- a/src/tdfx_screen.h +++ b/src/tdfx_screen.h @@ -61,7 +61,7 @@ typedef struct { int textureOffset; int textureSize; - __DRIscreenPrivate *driScrnPriv; + __DRIscreen *driScrnPriv; unsigned int sarea_priv_offset; /* Configuration cache with default values for all contexts */ |