mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 02:10:35 +01:00
integration from modular tree, some additional functions exported for the
benefit of damage ext. Modified Files: Tag: DAMAGE-XFIXES window.h
This commit is contained in:
parent
f984253b40
commit
8770e07e22
1 changed files with 6 additions and 0 deletions
|
|
@ -252,4 +252,10 @@ void ResizeChildrenWinSize(
|
|||
int /*dw*/,
|
||||
int /*dh*/);
|
||||
|
||||
RegionPtr
|
||||
CreateBoundingShape (WindowPtr pWin);
|
||||
|
||||
RegionPtr
|
||||
CreateClipShape (WindowPtr pWin);
|
||||
|
||||
#endif /* WINDOW_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue