diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qglwidget.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qglwidget.html')
-rw-r--r-- | doc/html/qglwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qglwidget.html b/doc/html/qglwidget.html index a9fa0e7e5..694f71820 100644 --- a/doc/html/qglwidget.html +++ b/doc/html/qglwidget.html @@ -356,7 +356,7 @@ function. This virtual function is called once before the first call to <a href="#paintGL">paintGL</a>() or <a href="#resizeGL">resizeGL</a>(), and then once whenever the widget has been assigned a new <a href="qglcontext.html">TQGLContext</a>. Reimplement it in a subclass. -<p> This function should set up any retquired OpenGL context rendering +<p> This function should set up any required OpenGL context rendering flags, defining display lists, etc. <p> There is no need to call <a href="#makeCurrent">makeCurrent</a>() because this has already been done when this function is called. @@ -368,7 +368,7 @@ except that it operates on the widget's overlay context instead of the widget's main context. This means that <a href="#initializeOverlayGL">initializeOverlayGL</a>() is called once before the first call to <a href="#paintOverlayGL">paintOverlayGL</a>() or <a href="#resizeOverlayGL">resizeOverlayGL</a>(). Reimplement it in a subclass. -<p> This function should set up any retquired OpenGL context rendering +<p> This function should set up any required OpenGL context rendering flags, defining display lists, etc. for the overlay context. <p> There is no need to call <a href="#makeOverlayCurrent">makeOverlayCurrent</a>() because this has already been done when this function is called. |