bug fixes + minimum and maximum window size options
This commit is contained in:
parent
d35c30c81c
commit
17d67cad27
8 changed files with 166 additions and 53 deletions
|
|
@ -21,4 +21,8 @@ void pgpl_window_internal_start_render(PGPL_Window *window);
|
|||
|
||||
void pgpl_window_internal_finish_render(PGPL_Window *window);
|
||||
|
||||
void pgpl_window_internal_init_shared(PGPL_WindowShared *window_shared);
|
||||
|
||||
void pgpl_window_internal_deinit_shared(PGPL_WindowShared *window_shared);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue