mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Missing prototypes for bkgrnd() and bkgrndset().
This commit is contained in:
2
curses.h
2
curses.h
@@ -1149,6 +1149,8 @@ PDCEX int addwstr(const wchar_t *);
|
||||
PDCEX int add_wch(const cchar_t *);
|
||||
PDCEX int add_wchnstr(const cchar_t *, int);
|
||||
PDCEX int add_wchstr(const cchar_t *);
|
||||
PDCEX int bkgrnd(const cchar_t *);
|
||||
PDCEX void bkgrndset(const cchar_t *);
|
||||
PDCEX int border_set(const cchar_t *, const cchar_t *, const cchar_t *,
|
||||
const cchar_t *, const cchar_t *, const cchar_t *,
|
||||
const cchar_t *, const cchar_t *);
|
||||
|
||||
Reference in New Issue
Block a user