Files
xserver/Xext/shm_priv.h
Enrico Weigelt, metux IT consult f19e7a24a1 Xext: shm: unexport ShmSegType variable
Not used by any drivers, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-10-21 10:22:47 +02:00

15 lines
307 B
C

/* SPDX-License-Identifier: MIT OR X11
*
* Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
*/
#ifndef _XSERVER_XEXT_SHM_PRIV_H
#define _XSERVER_XEXT_SHM_PRIV_H
#include "include/resource.h"
#include "Xext/shmint.h"
extern RESTYPE ShmSegType;
#endif /* _XSERVER_XEXT_SHM_PRIV_H */