summaryrefslogtreecommitdiff
path: root/render/pixel_format.c
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-12-31 00:32:39 +0100
committerErik Reider <[email protected]>2024-01-03 23:49:04 +0100
commit51c7078b9ec413ebd8316501f01ccf769a090f64 (patch)
treec66ea9c9e7dd010c069acf1578dd617d23a1d0cc /render/pixel_format.c
parentb6a990da71b5b0947650a50dcf1a083acfce868c (diff)
Converted fx_renderer to impl wlr_renderer
Makes the fx_renderer the default renderer for everything, no wlr_gles2 rendering. This includes wlr_render_pass (fx_render_pass in our case)
Diffstat (limited to 'render/pixel_format.c')
-rw-r--r--render/pixel_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/pixel_format.c b/render/pixel_format.c
index e303799..b81f561 100644
--- a/render/pixel_format.c
+++ b/render/pixel_format.c
@@ -1,6 +1,6 @@
+#include <assert.h>
#include <drm_fourcc.h>
#include <wlr/util/log.h>
-
#include "render/pixel_format.h"
static const struct wlr_pixel_format_info pixel_format_info[] = {