diff options
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 |
