diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-12 00:39:03 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-17 09:17:32 +0000 |
commit | 6c3d6be74b75e9aa8b1d5b454eb3b408bfdcfe30 (patch) | |
tree | 3a0c329a602781c43b1f3981f6273156f42016bd /include/wlr | |
parent | 4452ed06513c2ad11a82131a99dbe35b505eb0cf (diff) |
output: drop wlr_output_damage_whole()
This function is not used anymore. Backends have no good reason to
damage outputs.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index cfad8f70..073ed023 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -130,10 +130,6 @@ void wlr_output_update_enabled(struct wlr_output *output, bool enabled); */ void wlr_output_update_needs_frame(struct wlr_output *output); /** - * Notify compositors that the output needs to be fully repainted. - */ -void wlr_output_damage_whole(struct wlr_output *output); -/** * Send a frame event. * * See wlr_output.events.frame. |