diff options
Diffstat (limited to 'hw/xnest/Pixmap.c')
-rw-r--r-- | hw/xnest/Pixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Pixmap.c b/hw/xnest/Pixmap.c index a0968b94d..3a92ffde8 100644 --- a/hw/xnest/Pixmap.c +++ b/hw/xnest/Pixmap.c @@ -133,5 +133,5 @@ xnestPixmapToRegion(PixmapPtr pPixmap) RegionValidate(pReg, &overlap); - return(pReg); + return pReg; } |