mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Make wlr_matrix private API
36cc698bc5 ("matrix: deprecate") has deprecated wlr_matrix more
than one year ago. It's now time to drop it from our public API.
This commit is contained in:
parent
fa97f7f1f0
commit
9b55737cf5
5 changed files with 34 additions and 48 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <wayland-server-protocol.h>
|
||||
#include <wlr/types/wlr_matrix.h>
|
||||
#include <wlr/types/wlr_output.h>
|
||||
#include <wlr/util/box.h>
|
||||
#include "types/wlr_matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue