Skip to content

Commit

Permalink
Fix compile error due to -Wstrict-prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed May 28, 2019
1 parent 3c069b0 commit 294ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ OSWindow* current_os_window(void);
void os_window_regions(OSWindow*, Region *main, Region *tab_bar);
bool drag_scroll(Window *, OSWindow*);
void setup_scroll(OSWindow *os_window);
void before_render();
void before_render(void);
void after_render(OSWindow *os_window, double pixels);
void draw_borders(ssize_t vao_idx, unsigned int num_border_rects, BorderRect *rect_buf, bool rect_data_is_dirty, uint32_t viewport_width, uint32_t viewport_height, color_type, unsigned int, OSWindow *w);
ssize_t create_cell_vao(void);
Expand Down

0 comments on commit 294ba21

Please sign in to comment.