diff options
Diffstat (limited to 'composite/compint.h')
-rw-r--r-- | composite/compint.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composite/compint.h b/composite/compint.h index 57e0b5dea..bb5335d70 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -215,7 +215,10 @@ Bool compAllocPixmap (WindowPtr pWin); void -compFreePixmap (WindowPtr pWin); +compSetParentPixmap (WindowPtr pWin); + +void +compRestoreWindow (WindowPtr pWin, PixmapPtr pPixmap); Bool compReallocPixmap (WindowPtr pWin, int x, int y, |