From 00cc8736f10098dedf6b856b9ad8bd0094211263 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Thu, 18 Feb 2021 11:56:08 -0500 Subject: vbe support, truecolor window manager pixbufs --- src/user/libterm/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/libterm/terminal.c') diff --git a/src/user/libterm/terminal.c b/src/user/libterm/terminal.c index 387d63f..549194f 100644 --- a/src/user/libterm/terminal.c +++ b/src/user/libterm/terminal.c @@ -48,7 +48,7 @@ void term_clear() { try_send_command(&cmd); } -void term_set_color(uint8_t fg, uint8_t bg) { +void term_set_color(_pixel_t fg, _pixel_t bg) { struct terminal_command cmd = { .kind = SET_COLOR, .as_color = { -- cgit v1.2.3