diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-13 11:09:23 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-11-13 11:09:23 +0000 |
commit | e57cb44cb47b1a25bcc0cce0dbc19e95abdf4ada (patch) | |
tree | e72104f1370596e7601ef3ea029fd0b2a80f6642 /XvMC.h | |
parent | 12ef8daf8c850ae41cf3991b6588796b678b8450 (diff) |
lib/XvMC/Imake
Added support for automatic loading of the correct hardware XvMC driver.
This involves a protocol extension of the XvMC protocol. The XvMC
revision number was bumped.
Diffstat (limited to 'XvMC.h')
-rw-r--r-- | XvMC.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #define XvMCNumEvents 0 #define XvMCNumErrors 3 #define XvMCVersion 1 -#define XvMCRevision 0 +#define XvMCRevision 1 #define XvMCBadContext 0 #define XvMCBadSurface 1 |