summaryrefslogtreecommitdiff
path: root/mi/mi_priv.h
blob: 26c9d158f30c09e0abc67ad15654ec05ea0f117a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT OR X11
 *
 * Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
 */
#ifndef _XSERVER_MI_PRIV_H
#define _XSERVER_MI_PRIV_H

#include "screenint.h"

void miScreenClose(ScreenPtr pScreen);

#endif /* _XSERVER_MI_PRIV_H */