~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/xwin/winmultiwindowshape.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-06-07 14:50:49 UTC
  • mfrom: (0.9.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: james.westby@ubuntu.com-20100607145049-eys326hqtq5mjqxt
Tags: upstream-1.8.1.901
ImportĀ upstreamĀ versionĀ 1.8.1.901

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
{
72
72
  SetWindowRgn (winGetWindowPriv(pWin)->hWnd,
73
73
                winGetWindowPriv(pWin)->hRgn, TRUE);
 
74
 
 
75
  /* The system now owns the region specified by the region handle and will delete it when it is no longer needed. */
 
76
  winGetWindowPriv(pWin)->hRgn = NULL;
74
77
}
75
78
 
76
79