Skip to content

Commit f72a27a

Browse files
committed
flutter-pi.c: update FlutterProjectArgs
1 parent 8bd62b3 commit f72a27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flutter-pi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ static FlutterEngine create_flutter_engine(
12481248
};
12491249
}
12501250

1251-
COMPILE_ASSERT(sizeof(FlutterProjectArgs) == 144 || sizeof(FlutterProjectArgs) == 280);
1251+
COMPILE_ASSERT(sizeof(FlutterProjectArgs) == 152 || sizeof(FlutterProjectArgs) == 288);
12521252

12531253
// configure the project
12541254
project_args = (FlutterProjectArgs){
@@ -1296,6 +1296,7 @@ static FlutterEngine create_flutter_engine(
12961296
.log_message_callback = NULL,
12971297
.log_tag = NULL,
12981298
.on_pre_engine_restart_callback = NULL,
1299+
.update_semantics_callback = NULL,
12991300
};
13001301

13011302
// spin up the engine

0 commit comments

Comments
 (0)