summaryrefslogtreecommitdiffstats
path: root/doc/html/qscreen.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qscreen.html')
-rw-r--r--doc/html/qscreen.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qscreen.html b/doc/html/qscreen.html
index 81b286cf0..6aab59ceb 100644
--- a/doc/html/qscreen.html
+++ b/doc/html/qscreen.html
@@ -43,7 +43,7 @@ palette.
<li class=fn>virtual bool <a href="#initDevice"><b>initDevice</b></a> () = 0</li>
<li class=fn>virtual bool <a href="#connect"><b>connect</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;displaySpec ) = 0</li>
<li class=fn>virtual void <a href="#disconnect"><b>disconnect</b></a> () = 0</li>
-<li class=fn>virtual int <a href="#initCursor"><b>initCursor</b></a> ( void&nbsp;*&nbsp;end_of_location, bool&nbsp;init = FALSE )</li>
+<li class=fn>virtual int <a href="#initCursor"><b>initCursor</b></a> ( void&nbsp;*&nbsp;end_of_location, bool&nbsp;init = false )</li>
<li class=fn>virtual void <a href="#shutdownDevice"><b>shutdownDevice</b></a> ()</li>
<li class=fn>virtual void <a href="#setMode"><b>setMode</b></a> ( int, int, int ) = 0</li>
<li class=fn>virtual bool <a href="#supportsDepth"><b>supportsDepth</b></a> ( int&nbsp;d ) const</li>
@@ -197,7 +197,7 @@ before exitting; it's normally used to unmap the framebuffer.
Gives the height in pixels of the framebuffer.
-<h3 class=fn>int <a name="initCursor"></a>TQScreen::initCursor ( void&nbsp;*&nbsp;end_of_location, bool&nbsp;init = FALSE )<tt> [virtual]</tt>
+<h3 class=fn>int <a name="initCursor"></a>TQScreen::initCursor ( void&nbsp;*&nbsp;end_of_location, bool&nbsp;init = false )<tt> [virtual]</tt>
</h3>
This is used to initialize the software cursor - <em>end_of_location</em>
points to the address after the area where the cursor image can be stored.
@@ -213,16 +213,16 @@ the framebuffer. Accelerated drivers use it to set up the graphics card.
<h3 class=fn>bool <a name="isInterlaced"></a>TQScreen::isInterlaced () const<tt> [virtual]</tt>
</h3>
-<p> Returns TRUE if the display is interlaced (for instance a
-television screen); otherwise returns FALSE. If TRUE, drawing is
+<p> Returns true if the display is interlaced (for instance a
+television screen); otherwise returns false. If true, drawing is
altered to look better on such displays.
<h3 class=fn>bool <a name="isTransformed"></a>TQScreen::isTransformed () const<tt> [virtual]</tt>
</h3>
-<p> Returns TRUE if the screen is transformed (for instance, rotated
-90 degrees); otherwise returns FALSE. TQScreen's version always
-returns FALSE.
+<p> Returns true if the screen is transformed (for instance, rotated
+90 degrees); otherwise returns false. TQScreen's version always
+returns false.
<h3 class=fn>int * <a name="lastOp"></a>TQScreen::lastOp ()
</h3>