summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index e0de072fed5e..ea088da59fe1 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -383,11 +383,11 @@ struct fb_cursor {
__u16 set; /* what to set */
__u16 enable; /* cursor on/off */
__u16 rop; /* bitop operation */
- __u16 ul; /* underlined? */
- __u16 rev; /* reversed? */
const char *mask; /* cursor mask bits */
struct fbcurpos hot; /* cursor hot spot */
struct fb_image image; /* Cursor image */
+/* all fields below are for fbcon use only */
+ char *data; /* copy of bitmap */
};
#ifdef __KERNEL__