summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86str.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-02-14 15:30:50 -0500
committerAdam Jackson <ajax@redhat.com>2017-02-16 11:29:21 -0500
commit3e1a23281dd64ee7457f36208cac77c01846a28f (patch)
treee87766eff888b7eee6095288281e9d286b66af87 /hw/xfree86/common/xf86str.h
parent4c00609c370dab130b69207cb2684c2b92bd3084 (diff)
xfree86: Fix a comment about ScrnInfoRec
We don't actually need (or intend) to keep this struct the same across revisions. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86str.h')
-rw-r--r--hw/xfree86/common/xf86str.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h
index 74c65baa8..121632f43 100644
--- a/hw/xfree86/common/xf86str.h
+++ b/hw/xfree86/common/xf86str.h
@@ -569,11 +569,7 @@ typedef void xf86ModeSetProc(ScrnInfoPtr);
* ScrnInfoRec
*
* There is one of these for each screen, and it holds all the screen-specific
- * information.
- *
- * Note: the size and layout must be kept the same across versions. New
- * fields are to be added in place of the "reserved*" fields. No fields
- * are to be dependent on compile-time defines.
+ * information. Note: No fields are to be dependent on compile-time defines.
*/
typedef struct _ScrnInfoRec {