Move paint_all_new to backend.c

Fix build with -Dnew_backends=false. And more build test for this case.

Fixes #83

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-01-02 20:34:07 +00:00
parent 34eb14fb0f
commit 82e8b09d56
5 changed files with 131 additions and 119 deletions

View File

@@ -17,7 +17,5 @@ bool build_shadow(session_t *ps, double opacity, const int width, const int heig
xcb_render_picture_t
solid_picture(session_t *ps, bool argb, double a, double r, double g, double b);
void paint_all_new(session_t *ps, region_t *region, win *const t);
xcb_image_t *
make_shadow(xcb_connection_t *c, const conv *kernel, double opacity, int width, int height);