diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/emb-accel.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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/html/emb-accel.html')
| -rw-r--r-- | doc/html/emb-accel.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/emb-accel.html b/doc/html/emb-accel.html index 9ae80d35c..ee5b7cc79 100644 --- a/doc/html/emb-accel.html +++ b/doc/html/emb-accel.html @@ -46,7 +46,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 <tt>/dev/mem</tt>. There is no need to map the framebuffer, <tt>TQLinuxFbScreen</tt> will do -this for you. Return <tt>FALSE</tt> if a problem occurs at any point. <tt>TQVoodooScreen::initDevice()</tt> will be called only by the TQWS server and +this for you. Return <tt>false</tt> if a problem occurs at any point. <tt>TQVoodooScreen::initDevice()</tt> will be called only by the TQWS server and is guaranteed to be called before any drawing is done (and so is a good place to set registers to known states). <tt>connect()</tt> will be called by every connecting client. @@ -83,7 +83,7 @@ be defined as null operations. Implement <tt>set()</tt>, <tt>move()</tt>, <tt>sh visible part of the framebuffer (i.e. at (width*height*depth)/8 ) <p> <li> Implement <tt>initCursor()</tt> and <tt>createGfx()</tt> in your <a href="qscreen.html">TQScreen</a> -descendant. Implement <tt>useOffscreen()</tt> and return <tt>TRUE</tt> if you can +descendant. Implement <tt>useOffscreen()</tt> and return <tt>true</tt> if you can make use of offscreen graphics memory. <p> <li> Implement a small function <tt>qt_get_screen_mychip()</tt>, which simply |
