diff options
author | Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com> | 2007-05-06 01:30:59 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com> | 2007-05-06 01:30:59 -0700 |
commit | 1b3a0508a7aee1c7b14cd62216b4727fcc9181d4 (patch) | |
tree | 70e80a69ee9885d656ecdd6f0236efa6b34a0647 /exa/exa.h | |
parent | 030a578391c634bc68add6ada3f251cf3f8c3069 (diff) |
Fix documentation for Copy hook -- it can copy memory to the scanout
buffer too.
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ typedef struct _ExaDriver { * @{ */ /** - * PrepareCopy() sets up the driver for doing a copy within offscreen + * PrepareCopy() sets up the driver for doing a copy within video * memory. * * @param pSrcPixmap source pixmap |