summaryrefslogtreecommitdiff
path: root/composite/compositeext_priv.h
blob: c969269baf6575dbdc3d6658e3cb9bc2f70f0c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: MIT OR X11
 *
 * Copyright © 1987, 1998  The Open Group
 * Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
 */
#ifndef _XSERVER_COMPOSITEEXT_PRIV_H_
#define _XSERVER_COMPOSITEEXT_PRIV_H_

#include <X11/X.h>

#include "screenint.h"

Bool CompositeIsImplicitRedirectException(ScreenPtr pScreen,
                                          XID parentVisual,
                                          XID winVisual);

#endif /* _XSERVER_COMPOSITEEXT_PRIV_H_ */