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

« back to all changes in this revision

Viewing changes to src/QuTileShp.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:
34
34
Status XQueryBestTile(
35
35
     register Display *dpy,
36
36
     Drawable drawable,
37
 
     unsigned int width, 
 
37
     unsigned int width,
38
38
     unsigned int height,
39
39
     unsigned int *ret_width,
40
40
     unsigned int *ret_height)
41
 
{       
 
41
{
42
42
    xQueryBestSizeReply rep;
43
43
    register xQueryBestSizeReq *req;
44
44