diff options
Diffstat (limited to 'src/glut/fbdev/cursor.c')
-rw-r--r-- | src/glut/fbdev/cursor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/fbdev/cursor.c b/src/glut/fbdev/cursor.c index e7fb00f46f..9254e12559 100644 --- a/src/glut/fbdev/cursor.c +++ b/src/glut/fbdev/cursor.c @@ -25,7 +25,8 @@ */ /* these routines are written to access graphics memory directly, not using mesa - to render the cursor, this is faster, and */ + to render the cursor, this is faster, it would be good to use a hardware + cursor if it exists instead */ #include <stdlib.h> #include <inttypes.h> |