mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
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:
committed by
Marge Bot
parent
4db1da86fc
commit
ea042cd6ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user