diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/r128/r128_screen.h')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/r128/r128_screen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r128/r128_screen.h b/xc/lib/GL/mesa/src/drv/r128/r128_screen.h index 63e37a8d6..4b1a57292 100644 --- a/xc/lib/GL/mesa/src/drv/r128/r128_screen.h +++ b/xc/lib/GL/mesa/src/drv/r128/r128_screen.h @@ -1,4 +1,4 @@ -/* $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_screen.h,v 1.6 2002/02/22 21:44:58 dawes Exp $ */ +/* $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_screen.h,v 1.7 2002/12/16 16:18:53 dawes Exp $ */ /************************************************************************** Copyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc., @@ -52,6 +52,7 @@ typedef struct { GLint cpp; GLint IsPCI; /* Current card is a PCI card */ GLint AGPMode; + unsigned int irq; /* IRQ number (0 means none) */ GLuint frontOffset; GLuint frontPitch; |