Fix: GPU: Set the last enum in ENUM_OPERATORS

This commit is contained in:
Miguel Pozo 2022-11-10 17:43:53 +01:00
parent 04eab3fd39
commit acaa736037
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ typedef enum {
GPU_NODE_TAG_COMPOSITOR = (1 << 6),
} eGPUNodeTag;
ENUM_OPERATORS(eGPUNodeTag, GPU_NODE_TAG_FUNCTION)
ENUM_OPERATORS(eGPUNodeTag, GPU_NODE_TAG_COMPOSITOR)
struct GPUNode {
struct GPUNode *next, *prev;