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