diff options
Diffstat (limited to 'doc/accel.doc')
| -rw-r--r-- | doc/accel.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/accel.doc b/doc/accel.doc index 3b7ac552a..3cfcc57dc 100644 --- a/doc/accel.doc +++ b/doc/accel.doc @@ -56,7 +56,7 @@ right device (using the PCI device/manufacturer ID information). Then use PCI config space to locate your device's accelerator registers in physical memory and mmap the appropriate region from \c /dev/mem. There is no need to map the framebuffer, \c QLinuxFbScreen will do -this for you. Return \c FALSE if a problem occurs at any point. \c +this for you. Return \c false if a problem occurs at any point. \c QVoodooScreen::initDevice() will be called only by the QWS server and is guaranteed to be called before any drawing is done (and so is a good place to set registers to known states). \c connect() will be called @@ -103,7 +103,7 @@ visible part of the framebuffer (i.e. at (width*height*depth)/8 ) \i Implement \c initCursor() and \c createGfx() in your \c QScreen -descendant. Implement \c useOffscreen() and return \c TRUE if you can +descendant. Implement \c useOffscreen() and return \c true if you can make use of offscreen graphics memory. \i |
