/* SPDX-License-Identifier: MIT OR X11 * * Copyright © 2024 Enrico Weigelt, metux IT consult */ #ifndef _XSERVER_MI_PRIV_H #define _XSERVER_MI_PRIV_H #include "screenint.h" void miScreenClose(ScreenPtr pScreen); #endif /* _XSERVER_MI_PRIV_H */