Skip to content

Commit 5406980

Browse files
committed
fixes #28
1 parent e8f8613 commit 5406980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flutter-pi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ void on_user_input(fd_set fds, size_t n_ready_fds) {
14451445
// We can now summarise the updates we received from the evdev into a FlutterPointerEvent
14461446
// and put it in the flutterevents buffer.
14471447

1448-
size_t n_slots;
1448+
size_t n_slots = 0;
14491449
struct mousepointer_mtslot *slots;
14501450

14511451
// if this is a pointer device, we don't care about the multitouch slots & only send the updated mousepointer.

0 commit comments

Comments
 (0)