aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-19 20:24:54 +0100
committerJohannes Schickel2011-02-19 20:46:47 +0100
commit3aba54b8b0c6d5272d9b485738804a9f8bfaaa87 (patch)
tree8823ca75a2c3265bbae4215b5957478ed71ee5a5 /backends/graphics
parentd05fb0cba653ca018f30e4c2cbf3b1494e13fedb (diff)
downloadscummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.tar.gz
scummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.tar.bz2
scummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.zip
OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos.
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index 27c850f0ab..30b19d5d70 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -239,8 +239,7 @@ protected:
// Mouse
//
struct MousePos {
- // The mouse position, using either virtual (game) or real
- // (overlay) coordinates.
+ // The mouse position in hardware screen coordinates.
int16 x, y;
// The size and hotspot of the original cursor image.