mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 12:28:26 +02:00
pixmap: Add some notes to devKind and devPrivate.
This commit is contained in:
parent
4808bdec45
commit
956a4ba40b
1 changed files with 2 additions and 2 deletions
|
|
@ -74,8 +74,8 @@ typedef struct _Pixmap {
|
|||
DrawableRec drawable;
|
||||
PrivateRec *devPrivates;
|
||||
int refcnt;
|
||||
int devKind;
|
||||
DevUnion devPrivate;
|
||||
int devKind; /* This is the pitch of the pixmap, typically width*bpp/8. */
|
||||
DevUnion devPrivate; /* When !NULL, devPrivate.ptr points to the raw pixel data. */
|
||||
#ifdef COMPOSITE
|
||||
short screen_x;
|
||||
short screen_y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue