Adapt paint_all_new to new interface

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-27 19:29:02 +00:00
parent e898526afb
commit b50f15c835
2 changed files with 33 additions and 14 deletions

View File

@@ -151,6 +151,6 @@ extern backend_info_t *backend_list[];
bool default_is_win_transparent(void *, win *, void *);
bool default_is_frame_transparent(void *, win *, void *);
void paint_all_new(session_t *ps, region_t *region, win *const t) attr_nonnull(1);
void paint_all_new(session_t *ps, win *const t, bool ignore_damage) attr_nonnull(1);
// vim: set noet sw=8 ts=8 :