mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
implement surface sizing
This commit is contained in:
parent
b49650b555
commit
e46ec57b43
3 changed files with 18 additions and 2 deletions
|
|
@ -53,5 +53,7 @@ struct wlr_renderer;
|
|||
struct wlr_surface *wlr_surface_create(struct wl_resource *res,
|
||||
struct wlr_renderer *renderer);
|
||||
void wlr_surface_flush_damage(struct wlr_surface *surface);
|
||||
void wlr_surface_get_matrix(struct wlr_surface *surface, float (*matrix)[16],
|
||||
const float (*projection)[16], int x, int y);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue