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:
Simon Ser 2025-01-26 17:46:50 +01:00
parent fa97f7f1f0
commit 9b55737cf5
5 changed files with 34 additions and 48 deletions

View file

@ -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"