diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /examples/opengl | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/overlay/glteapots.cpp | 2 | ||||
-rw-r--r-- | examples/opengl/overlay_x11/README.X11-OVERLAYS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp index 7aff716de..a3fbf3000 100644 --- a/examples/opengl/overlay/glteapots.cpp +++ b/examples/opengl/overlay/glteapots.cpp @@ -57,7 +57,7 @@ /*! Create a GLTeapots widget. - Specifies the following frame buffer retquirements to the TQGLWidget + Specifies the following frame buffer requirements to the TQGLWidget constructor: <ul> <li> HasOverlay - we want an overlay context to draw the rubber-band in diff --git a/examples/opengl/overlay_x11/README.X11-OVERLAYS b/examples/opengl/overlay_x11/README.X11-OVERLAYS index 6029ca3eb..f415f4e5c 100644 --- a/examples/opengl/overlay_x11/README.X11-OVERLAYS +++ b/examples/opengl/overlay_x11/README.X11-OVERLAYS @@ -17,7 +17,7 @@ widgets in overlay planes. In the typical case, X11 overlays can easily be used together with the current version of Qt and the Qt OpenGL Extension. The following -retquirements apply: +requirements apply: 1) Your X server and graphics card/hardware must support overlays (of course). For many X servers, overlay support can be turned on with |