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>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1660>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-07-30 17:16:13 +02:00 committed by Marge Bot
parent 4db1da86fc
commit ea042cd6ef

View File

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