summaryrefslogtreecommitdiffstats
path: root/doc/accel.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/accel.doc
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/accel.doc')
-rw-r--r--doc/accel.doc4
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