forked from KolibriOS/kolibrios
Newlibc:
- Added a wrapper over con_init (for set console title); git-svn-id: svn://kolibrios.org@8930 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b73079cf34
commit
5f997bdf39
@ -17,6 +17,10 @@ char* __stdcall con_gets(char*, unsigned);
|
||||
|
||||
int __gui_mode;
|
||||
|
||||
void con_init_opt(unsigned w_w, unsigned w_h, unsigned s_w, unsigned s_h, const char* t){
|
||||
con_init(w_w, w_h, s_w, s_h, t);
|
||||
}
|
||||
|
||||
static int console_read(const char *path, void *buff,
|
||||
size_t offset, size_t count, size_t *done)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user