summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/fbdev/cursor.c')
-rw-r--r--src/glut/fbdev/cursor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/fbdev/cursor.c b/src/glut/fbdev/cursor.c
index e7fb00f..9254e12 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>