pgo: fix selection.{start,end} initializers

This fixes a regression introduced in
5b1f1602bc
This commit is contained in:
Daniel Eklöf 2022-04-10 18:31:13 +02:00
parent 07253c29d1
commit d1a072d67d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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,