From 3e1a23281dd64ee7457f36208cac77c01846a28f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 14 Feb 2017 15:30:50 -0500 Subject: [PATCH] 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 Reviewed-by: Aaron Plattner Acked-by: Keith Packard Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86str.h | 6 +----- 1 file changed, 1 insertion(+), 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 {