mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
renderer: Remove in favor of scene_graph
This commit is contained in:
parent
c8398d19c3
commit
fdc2053bfe
3 changed files with 0 additions and 1155 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue