(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:
parent
dc8734ac44
commit
1d0c4927f4
|
@ -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