(submit/xnest-fix-missing-include-colormap.h) Xnest: Display.h: fix missing include of colormap.h

Needs some types (eg. Pixel) from colormap.h

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-07-30 17:16:13 +02:00
parent dc8734ac44
commit 1d0c4927f4

View File

@ -15,6 +15,8 @@ is" without express or implied warranty.
#ifndef XNESTCOMMON_H #ifndef XNESTCOMMON_H
#define XNESTCOMMON_H #define XNESTCOMMON_H
#include "colormap.h"
#define UNDEFINED -1 #define UNDEFINED -1
#define MAXDEPTH 32 #define MAXDEPTH 32