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

« back to all changes in this revision

Viewing changes to src/FillRct.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:
42
42
    GC gc,
43
43
    int x,
44
44
    int y, /* INT16 */
45
 
    unsigned int width, 
 
45
    unsigned int width,
46
46
    unsigned int height) /* CARD16 */
47
47
{
48
48
    xRectangle *rect;
57
57
    FlushGC(dpy, gc);
58
58
 
59
59
    {
60
 
    register xPolyFillRectangleReq *req 
 
60
    register xPolyFillRectangleReq *req
61
61
                = (xPolyFillRectangleReq *) dpy->last_req;
62
62
 
63
63
    /* if same as previous request, with same drawable, batch requests */