Skip to content

Commit 0f975f2

Browse files
committed
fix(tizen): match GLib g_source_new signature
1 parent 646ddd2 commit 0f975f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/shell/platform/tizen/tizen_window_wayland.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ void TizenWindowEcoreWl2::StartDisplayEventSource() {
980980
return;
981981
}
982982

983-
static const GSourceFuncs kDisplaySourceFuncs = {
983+
static GSourceFuncs kDisplaySourceFuncs = {
984984
HandleDisplaySourcePrepare,
985985
HandleDisplaySourceCheck,
986986
HandleDisplaySourceDispatch,

0 commit comments

Comments
 (0)