mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Move rendering functions into render.c
This commit is contained in:
parent
f611a4f9b1
commit
ce7e5b9f10
4 changed files with 1018 additions and 814 deletions
9
include/sway/desktop/render.h
Normal file
9
include/sway/desktop/render.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _SWAY_RENDER_H
|
||||
#define _SWAY_RENDER_H
|
||||
#include <pixman.h>
|
||||
#include "sway/output.h"
|
||||
|
||||
void render_output(struct sway_output *output, struct timespec *when,
|
||||
pixman_region32_t *damage);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue