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:
parent
4c00609c37
commit
3e1a23281d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue