mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
move update_cursor_trail out of child_monitor_c
This commit is contained in:
@@ -359,7 +359,8 @@ ssize_t create_border_vao(void);
|
||||
bool send_cell_data_to_gpu(ssize_t, float, float, float, float, Screen *, OSWindow *);
|
||||
void draw_cells(ssize_t, const WindowRenderData*, OSWindow *, bool, bool, bool, Window*);
|
||||
void draw_centered_alpha_mask(OSWindow *w, size_t screen_width, size_t screen_height, size_t width, size_t height, uint8_t *canvas, float);
|
||||
void draw_trail(CursorTrail *trail);
|
||||
void draw_cursor_trail(CursorTrail *trail);
|
||||
bool update_cursor_trail(CursorTrail *ct, Window *w, monotonic_t now);
|
||||
void update_surface_size(int, int, uint32_t);
|
||||
void free_texture(uint32_t*);
|
||||
void free_framebuffer(uint32_t*);
|
||||
|
||||
Reference in New Issue
Block a user