mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: fix selection.{start,end} initializers
This fixes a regression introduced in
5b1f1602bc
This commit is contained in:
parent
07253c29d1
commit
d1a072d67d
1 changed files with 4 additions and 2 deletions
|
|
@ -240,8 +240,10 @@ main(int argc, const char *const *argv)
|
|||
.end = row_count,
|
||||
},
|
||||
.selection = {
|
||||
.start = {-1, -1},
|
||||
.end = {-1, -1},
|
||||
.coords = {
|
||||
.start = {-1, -1},
|
||||
.end = {-1, -1},
|
||||
},
|
||||
},
|
||||
.delayed_render_timer = {
|
||||
.lower_fd = lower_fd,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue