[PATCH xserver 1/7] xfree86: Fix a comment about ScrnInfoRec
Adam Jackson
ajax at redhat.com
Tue Feb 14 20:30:50 UTC 2017
We don't actually need (or intend) to keep this struct the same across
revisions.
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
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 74c65ba..121632f 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 {
--
2.9.3
More information about the xorg-devel
mailing list