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>
This commit is contained in:
Adam Jackson 2017-02-14 15:30:50 -05:00
parent 4c00609c37
commit 3e1a23281d

View File

@ -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 {