mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01:00
composite: Export compIsAlternateVisual
Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
bccbaf7c11
commit
ef2345aaa2
2 changed files with 3 additions and 1 deletions
|
|
@ -39,6 +39,8 @@ extern _X_EXPORT Bool CompositeRegisterImplicitRedirectionException(ScreenPtr pS
|
|||
VisualID parentVisual,
|
||||
VisualID winVisual);
|
||||
|
||||
|
||||
extern _X_EXPORT Bool compIsAlternateVisual(ScreenPtr pScreen, XID visual);
|
||||
extern _X_EXPORT RESTYPE CompositeClientWindowType;
|
||||
|
||||
#endif /* _COMPOSITEEXT_H_ */
|
||||
|
|
|
|||
|
|
@ -320,7 +320,7 @@ compClipNotify(WindowPtr pWin, int dx, int dy)
|
|||
}
|
||||
}
|
||||
|
||||
static Bool
|
||||
Bool
|
||||
compIsAlternateVisual(ScreenPtr pScreen, XID visual)
|
||||
{
|
||||
CompScreenPtr cs = GetCompScreen(pScreen);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue