mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
presentation-time: constify wlr_presentation_feedback_send_presented()
We don't need to mutate the event in this function.
This commit is contained in:
parent
25a62a3775
commit
544c0622fa
2 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ struct wlr_presentation_feedback *wlr_presentation_surface_sampled(
|
|||
struct wlr_presentation *presentation, struct wlr_surface *surface);
|
||||
void wlr_presentation_feedback_send_presented(
|
||||
struct wlr_presentation_feedback *feedback,
|
||||
struct wlr_presentation_event *event);
|
||||
const struct wlr_presentation_event *event);
|
||||
void wlr_presentation_feedback_destroy(
|
||||
struct wlr_presentation_feedback *feedback);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue