diff options
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -313,7 +313,8 @@ typedef struct _I830Rec { /* For XvMC */ void *xvmc; Bool XvMCEnabled; - + Bool IsXvMCSurface; + XF86ModReqInfo shadowReq; /* to test for later libshadow */ Rotation rotation; void (*PointerMoved)(int, int, int); |