mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
c/render: Move COMP_MAX_LAYERS to render_interfaces.h
This commit is contained in:
parent
13124f019e
commit
fa71462d86
|
@ -35,8 +35,6 @@ struct comp_window_peek;
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define COMP_MAX_LAYERS 16
|
||||
|
||||
/*
|
||||
*
|
||||
* Structs
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define COMP_MAX_LAYERS 16
|
||||
#include "xrt/xrt_compiler.h"
|
||||
#include "xrt/xrt_defines.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue