Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54940
b: refs/heads/master
c: 11f11d5
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent a4b148c commit c3c7f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8db51668f5ef6ae31ed4e4f0c6e2976a190dfa11
refs/heads/master: 11f11d522f74965fce421a5a09ff0ab178139d36
3 changes: 2 additions & 1 deletion trunk/include/linux/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ struct fb_ops {
};

#ifdef CONFIG_FB_TILEBLITTING

#define FB_TILE_CURSOR_NONE 0
#define FB_TILE_CURSOR_UNDERLINE 1
#define FB_TILE_CURSOR_LOWER_THIRD 2
Expand Down Expand Up @@ -727,6 +726,8 @@ struct fb_tile_ops {
/* cursor */
void (*fb_tilecursor)(struct fb_info *info,
struct fb_tilecursor *cursor);
/* get maximum length of the tile map */
int (*fb_get_tilemax)(struct fb_info *info);
};
#endif /* CONFIG_FB_TILEBLITTING */

Expand Down

0 comments on commit c3c7f46

Please sign in to comment.