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 c22c4ff commit eec5bc9Copy full SHA for eec5bc9
src/flutter/shell/platform/linux_embedded/window/elinux_window_wayland.cc
@@ -233,6 +233,7 @@ const wp_presentation_feedback_listener
233
self->window_decorations_->Draw();
234
}
235
236
+ wp_presentation_feedback_destroy(wp_presentation_feedback);
237
wp_presentation_feedback_add_listener(
238
::wp_presentation_feedback(self->wp_presentation_,
239
self->native_window_->Surface()),
@@ -249,6 +250,7 @@ const wp_presentation_feedback_listener
249
250
251
252
253
254
255
256
0 commit comments