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

@ -4,7 +4,6 @@
#include <time.h>
#include <unistd.h>
#include <wlr/render/drm_syncobj.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/transform.h>
#include "render/egl.h"
#include "render/gles2.h"

View file

@ -12,7 +12,6 @@
#include <wlr/render/egl.h>
#include <wlr/render/interface.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/box.h>
#include <wlr/util/log.h>
#include <xf86drm.h>