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:
Enrico Weigelt, metux IT consult 2025-06-26 14:45:33 +02:00 committed by Enrico Weigelt
parent 26f56735c5
commit 6a10d96761

View File

@ -34,6 +34,8 @@
#ifndef _ROOTLESSWINDOW_H
#define _ROOTLESSWINDOW_H
#include "dix/screen_hooks_priv.h"
#include "rootlessCommon.h"
Bool RootlessCreateWindow(WindowPtr pWin);