mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 02:20:17 +01:00
merged trunk
This commit is contained in:
parent
94b1d73a62
commit
b04e5d204d
3 changed files with 12 additions and 0 deletions
|
|
@ -84,6 +84,10 @@ typedef unsigned int drm_magic_t;
|
|||
/* Warning: If you change this structure, make sure you change
|
||||
* XF86DRIClipRectRec in the server as well */
|
||||
|
||||
/* KW: Actually it's illegal to change either for
|
||||
* backwards-compatibility reasons.
|
||||
*/
|
||||
|
||||
typedef struct drm_clip_rect {
|
||||
unsigned short x1;
|
||||
unsigned short y1;
|
||||
|
|
|
|||
|
|
@ -84,6 +84,10 @@ typedef unsigned int drm_magic_t;
|
|||
/* Warning: If you change this structure, make sure you change
|
||||
* XF86DRIClipRectRec in the server as well */
|
||||
|
||||
/* KW: Actually it's illegal to change either for
|
||||
* backwards-compatibility reasons.
|
||||
*/
|
||||
|
||||
typedef struct drm_clip_rect {
|
||||
unsigned short x1;
|
||||
unsigned short y1;
|
||||
|
|
|
|||
|
|
@ -84,6 +84,10 @@ typedef unsigned int drm_magic_t;
|
|||
/* Warning: If you change this structure, make sure you change
|
||||
* XF86DRIClipRectRec in the server as well */
|
||||
|
||||
/* KW: Actually it's illegal to change either for
|
||||
* backwards-compatibility reasons.
|
||||
*/
|
||||
|
||||
typedef struct drm_clip_rect {
|
||||
unsigned short x1;
|
||||
unsigned short y1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue