diff options
Diffstat (limited to 'linux/drm.h')
-rw-r--r-- | linux/drm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drm.h b/linux/drm.h index d116f3752..6ab295c48 100644 --- a/linux/drm.h +++ b/linux/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; |