rootless: fix missing include of dix/screen_hooks_priv.h
We're using XorgScreenWindowPositionParamRec here, so need to include that header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
26f56735c5
commit
6a10d96761
|
@ -34,6 +34,8 @@
|
|||
#ifndef _ROOTLESSWINDOW_H
|
||||
#define _ROOTLESSWINDOW_H
|
||||
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
|
||||
#include "rootlessCommon.h"
|
||||
|
||||
Bool RootlessCreateWindow(WindowPtr pWin);
|
||||
|
|
Loading…
Reference in New Issue