Move render/shm_format functions to render/pixel_format

This commit is contained in:
Simon Zeni 2021-03-15 12:35:47 -04:00 committed by Simon Ser
parent 5fd82c6f54
commit 50d2985607
8 changed files with 28 additions and 37 deletions

View file

@ -9,7 +9,7 @@
#include <wlr/types/wlr_matrix.h>
#include <wlr/util/log.h>
#include "util/signal.h"
#include "render/shm_format.h"
#include "render/pixel_format.h"
#include "render/wlr_renderer.h"
#include "backend/backend.h"