c/render: Move COMP_MAX_LAYERS to render_interfaces.h

This commit is contained in:
Christoph Haag 2022-05-26 02:13:43 +02:00 committed by Jakob Bornecrantz
parent 13124f019e
commit fa71462d86
2 changed files with 1 additions and 2 deletions

View file

@ -35,8 +35,6 @@ struct comp_window_peek;
extern "C" {
#endif
#define COMP_MAX_LAYERS 16
/*
*
* Structs

View file

@ -10,6 +10,7 @@
#pragma once
#define COMP_MAX_LAYERS 16
#include "xrt/xrt_compiler.h"
#include "xrt/xrt_defines.h"