Wrap the glfw is fullscreen API

This commit is contained in:
Kovid Goyal
2021-11-11 12:46:13 +05:30
parent 9be37f7d2d
commit 60e91b018a
2 changed files with 11 additions and 0 deletions

View File

@@ -321,3 +321,4 @@ void send_pending_click_to_window(Window*, void*);
void get_platform_dependent_config_values(void *glfw_window);
bool draw_window_title(OSWindow *window, const char *text, color_type fg, color_type bg, uint8_t *output_buf, size_t width, size_t height);
uint8_t* draw_single_ascii_char(const char ch, size_t *result_width, size_t *result_height);
bool is_os_window_fullscreen(OSWindow *);