~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to mi/mivalidate.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        DDXPointRec     oldAbsCorner;   /* old window position */
41
41
        RegionPtr       borderVisible;  /* visible region of border, */
42
42
                                        /* non-null when size changes */
43
 
        Bool            resized;        /* unclipped winSize has changed - */
44
 
                                        /* don't call SaveDoomedAreas */
 
43
        Bool            resized;        /* unclipped winSize has changed */
45
44
    } before;
46
45
    struct AfterValidate {
47
46
        RegionRec       exposed;        /* exposed regions, absolute pos */