~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to Xext/saver.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
    if ((visual != ancwopt->visual) || (depth != pParent->drawable.depth)) {
838
838
        fOK = FALSE;
839
839
        for (idepth = 0; idepth < pScreen->numDepths; idepth++) {
840
 
            pDepth = (DepthPtr) & pScreen->allowedDepths[idepth];
 
840
            pDepth = (DepthPtr) &pScreen->allowedDepths[idepth];
841
841
            if ((depth == pDepth->depth) || (depth == 0)) {
842
842
                for (ivisual = 0; ivisual < pDepth->numVids; ivisual++) {
843
843
                    if (visual == pDepth->vids[ivisual]) {