We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd62b3 commit f72a27aCopy full SHA for f72a27a
src/flutter-pi.c
@@ -1248,7 +1248,7 @@ static FlutterEngine create_flutter_engine(
1248
};
1249
}
1250
1251
- COMPILE_ASSERT(sizeof(FlutterProjectArgs) == 144 || sizeof(FlutterProjectArgs) == 280);
+ COMPILE_ASSERT(sizeof(FlutterProjectArgs) == 152 || sizeof(FlutterProjectArgs) == 288);
1252
1253
// configure the project
1254
project_args = (FlutterProjectArgs){
@@ -1296,6 +1296,7 @@ static FlutterEngine create_flutter_engine(
1296
.log_message_callback = NULL,
1297
.log_tag = NULL,
1298
.on_pre_engine_restart_callback = NULL,
1299
+ .update_semantics_callback = NULL,
1300
1301
1302
// spin up the engine
0 commit comments