Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
1af16980
Commit
1af16980
authored
Oct 06, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] 6x4 font headers
Oops forgot this in the first patch set
parent
d7c13896
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/video/font.h
include/video/font.h
+3
-1
No files found.
include/video/font.h
View file @
1af16980
...
...
@@ -28,6 +28,7 @@ struct fbcon_font_desc {
#define SUN8x16_IDX 4
#define SUN12x22_IDX 5
#define ACORN8x8_IDX 6
#define MINI4x6_IDX 7
extern
struct
fbcon_font_desc
font_vga_8x8
,
font_vga_8x16
,
...
...
@@ -35,7 +36,8 @@ extern struct fbcon_font_desc font_vga_8x8,
font_vga_6x11
,
font_sun_8x16
,
font_sun_12x22
,
font_acorn_8x8
;
font_acorn_8x8
,
font_mini_4x6
;
/* Find a font with a specific name */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment