diff options
Diffstat (limited to 'console/display.h')
-rw-r--r-- | console/display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/display.h b/console/display.h index 26430cd3..1fe6f6c0 100644 --- a/console/display.h +++ b/console/display.h @@ -31,7 +31,7 @@ void display_init (void); /* Create a new virtual console display, with the system encoding being ENCODING and the default colors being FOREGROUND and BACKGROUND. */ error_t display_create (display_t *r_display, const char *encoding, - int foreground, int background); + conchar_attr_t attr); /* Destroy the display DISPLAY. */ void display_destroy (display_t display); |