renderer: Remove in favor of scene_graph

This commit is contained in:
Alexander Orzechowski 2022-02-21 15:21:52 -05:00 committed by Kirill Primak
parent c8398d19c3
commit fdc2053bfe
3 changed files with 0 additions and 1155 deletions

View file

@ -177,12 +177,6 @@ void output_get_box(struct sway_output *output, struct wlr_box *box);
enum sway_container_layout output_get_default_layout(
struct sway_output *output);
void render_rect(struct sway_output *output,
pixman_region32_t *output_damage, const struct wlr_box *_box,
float color[static 4]);
void premultiply_alpha(float color[4], float opacity);
void scale_box(struct wlr_box *box, float scale);
enum wlr_direction opposite_direction(enum wlr_direction d);