~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to src/SetPntMap.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-17 16:34:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117163454-gaey3cd32xyavueo
Tags: 2:1.1.99.2-1build1
Fakesync with Debian, all previous Ubuntu changes are included
in the new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    req->nElts = nmaps;
49
49
    req->length += (nmaps + 3)>>2;
50
50
    Data (dpy, (char *)map, (long) nmaps);
51
 
    if (_XReply (dpy, (xReply *)&rep, 0, xFalse) == 0) 
 
51
    if (_XReply (dpy, (xReply *)&rep, 0, xFalse) == 0)
52
52
        rep.success = MappingSuccess;
53
53
    UnlockDisplay(dpy);
54
54
    SyncHandle();
79
79
    SyncHandle();
80
80
    return 0;
81
81
    }
82
 
    
 
82