diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-06-12 15:50:28 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-06-12 15:50:28 +0000 |
commit | 2dcada361db7db00bf0796e399b4188578e3efbe (patch) | |
tree | 562908294d06253cf1c7542192f4a3cc5f777da0 /shared/drm.h | |
parent | 5676a2a6105afdfc343e7f36f3c87e528a9d14b3 (diff) |
merged tcl-0-0-branchtrunk-20020617tcl-0-0-20020612-merge
Diffstat (limited to 'shared/drm.h')
-rw-r--r-- | shared/drm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/drm.h b/shared/drm.h index d116f375..6ab295c4 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -84,6 +84,10 @@ typedef unsigned int drm_magic_t; /* Warning: If you change this structure, make sure you change * XF86DRIClipRectRec in the server as well */ +/* KW: Actually it's illegal to change either for + * backwards-compatibility reasons. + */ + typedef struct drm_clip_rect { unsigned short x1; unsigned short y1; |