mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
tty: vt, make color_table const
This means all ->con_set_palette have to have the second parameter const too now. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
34902b7f27
commit
8ede5cce4f
9 changed files with 11 additions and 12 deletions
|
@ -24,7 +24,7 @@ extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
|
|||
|
||||
extern int console_blanked;
|
||||
|
||||
extern unsigned char color_table[];
|
||||
extern const unsigned char color_table[];
|
||||
extern int default_red[];
|
||||
extern int default_grn[];
|
||||
extern int default_blu[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue