summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2002-06-12 13:43:31 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2002-06-12 13:43:31 +0000
commitb04e5d204da9f29bf12ad05040cac879fbe26525 (patch)
tree562908294d06253cf1c7542192f4a3cc5f777da0
parent94b1d73a6262ca8c1e11ee7cae8e9e58c9fdf5d9 (diff)
-rw-r--r--linux/drm.h4
-rw-r--r--shared-core/drm.h4
-rw-r--r--shared/drm.h4
3 files changed, 12 insertions, 0 deletions
diff --git a/linux/drm.h b/linux/drm.h
index d116f375..6ab295c4 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;
diff --git a/shared-core/drm.h b/shared-core/drm.h
index d116f375..6ab295c4 100644
--- a/shared-core/drm.h
+++ b/shared-core/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;
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;