Skip to content

Commit 294ba21

Browse files
committed
Fix compile error due to -Wstrict-prototypes
1 parent 3c069b0 commit 294ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ OSWindow* current_os_window(void);
203203
void os_window_regions(OSWindow*, Region *main, Region *tab_bar);
204204
bool drag_scroll(Window *, OSWindow*);
205205
void setup_scroll(OSWindow *os_window);
206-
void before_render();
206+
void before_render(void);
207207
void after_render(OSWindow *os_window, double pixels);
208208
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);
209209
ssize_t create_cell_vao(void);

0 commit comments

Comments
 (0)