mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
move trail color decision logic to shader.c
This commit is contained in:
@@ -218,7 +218,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
bool needs_render;
|
||||
monotonic_t updated_at;
|
||||
color_type color;
|
||||
Screen* screen;
|
||||
float corner_x[4];
|
||||
float corner_y[4];
|
||||
float cursor_edge_x[2];
|
||||
|
||||
Reference in New Issue
Block a user