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:
parent
4db1da86fc
commit
ea042cd6ef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue