diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-07-31 08:24:14 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-07-31 08:24:14 +0000 |
commit | d690556d496c7331bd112903a0c9e6553c7d3342 (patch) | |
tree | 0e0016e04d05d6cbcdfb689ddb05d8f3a928dadf /include/pixmapstr.h | |
parent | 8763cca7f9927bd6c9caf804bf09dcfea929eed0 (diff) |
Integrate COMPOSITEWRAP branch including composite wrapper. This code still
has several issues, including:
- CopyWindow and PaintWindow wrappers missing (will be done soon)
- Some segfaults seen in the Render wrappers.
- Xprt server build breaks with Composite.
- DDXs must be recompiled for Composite due to VisualRec size change.
- Composite bugs pointed out by Deron Johnson in email.
Also, reorder XFixes initialization according to comments by Keith which
are also in xserver CVS.
Diffstat (limited to 'include/pixmapstr.h')
-rw-r--r-- | include/pixmapstr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pixmapstr.h b/include/pixmapstr.h index 1b0df9fd3..22a1f1025 100644 --- a/include/pixmapstr.h +++ b/include/pixmapstr.h @@ -79,6 +79,10 @@ typedef struct _Pixmap { #ifdef PIXPRIV DevUnion *devPrivates; /* real devPrivates like gcs & windows */ #endif +#ifdef COMPOSITE + short screen_x; + short screen_y; +#endif } PixmapRec; #endif /* PIXMAPSTRUCT_H */ |