Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_clip_rect Struct Reference

#include <drm.h>

Data Fields

unsigned short x1
 
unsigned short y1
 
unsigned short x2
 
unsigned short y2
 

Detailed Description

Cliprect.

Warning
: If you change this structure, make sure you change XF86DRIClipRectRec in the server as well
Note
KW: Actually it's illegal to change either for backwards-compatibility reasons.

Definition at line 85 of file drm.h.

Field Documentation

unsigned short x1

Definition at line 86 of file drm.h.

unsigned short x2

Definition at line 88 of file drm.h.

unsigned short y1

Definition at line 87 of file drm.h.

unsigned short y2

Definition at line 89 of file drm.h.


The documentation for this struct was generated from the following file: