mirror of
https://git.shylie.info/shylie/terml.git
synced 2025-09-26 06:00:07 +00:00
Remove new_width and new_height parameters from resize callback. Use terml_get_width() and terml_get_height() instead.
This commit is contained in:
@@ -11,9 +11,7 @@ typedef int (*terml_quit_callback) ();
|
||||
typedef void (*terml_key_callback) (char code);
|
||||
typedef void (*terml_resize_callback)(
|
||||
unsigned int previous_width,
|
||||
unsigned int previous_height,
|
||||
unsigned int new_width,
|
||||
unsigned int new_height
|
||||
unsigned int previous_height
|
||||
);
|
||||
|
||||
int terml_init();
|
||||
|
Reference in New Issue
Block a user