diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-03-12 17:50:34 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-03-12 17:50:34 -0400 |
commit | d2c2ffde8f3762af30ea6953d8a10b487f78733e (patch) | |
tree | 7914bbd4967c6c5c6cfe9ad48aeb181c7d19d67e /dri2proto.h | |
parent | 672baf47cc5dfcdad4e70b4745e3316b209089a3 (diff) |
Fix typo in xDRI2QueryVersionReq req type field.
Diffstat (limited to 'dri2proto.h')
-rw-r--r-- | dri2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dri2proto.h b/dri2proto.h index 3ea73cc..997cdf5 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -49,7 +49,7 @@ typedef struct { CARD8 reqType; - CARD8 randrReqType; + CARD8 dri2ReqType; CARD16 length B16; CARD32 majorVersion B32; CARD32 minorVersion B32; |