add resizemv_window() method to curse.* interface
This commit is contained in:
parent
206f1e6a09
commit
669f620a6a
2 changed files with 13 additions and 0 deletions
|
|
@ -22,4 +22,7 @@ WINDOW *init_window(const int x, const int y, const int width,
|
|||
const int height);
|
||||
WINDOW *root_window(void);
|
||||
|
||||
int resizemv_window(const int x, const int y, const int width, const int height,
|
||||
WINDOW *const win);
|
||||
|
||||
#endif /* DORNE_CURSE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue