summaryrefslogtreecommitdiff
path: root/xts5/src/libproto/SendReq.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-19Remove pad adjustments from Xproto/GetImage/PutImagePeter Harris1-34/+4
GetImage adjusts the length field incorrectly, and PutImage does not adjust the length field at all. Since the only stored images are those from GetImage, it makes more sense to remove the pad code entirely than to fix it. Signed-off-by: Peter Harris <pharris@opentext.com> Tested-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-04-20xts5: Fix "unused variable" warnings.Aaron Plattner1-9/+0
There are still two left: XDrawRectangle/XDrawRectangle.c:4211: warning: unused variable ‘jssav’ XDrawRectangles/XDrawRectangles.c:4292: warning: unused variable ‘jssav’ These are a little harder to fix because the declaration is generated but jssav is only used in some of the tests. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-16Nuke RCS IDsDan Nicholson1-1/+0
2009-06-24Add config.h headers to all C files and mc stubsDan Nicholson1-0/+4
This should allow the autoconf defines to be used consistently.
2005-11-03clean up all vsw5 paths to use xts5 instead.jmichael1-3/+6
2005-04-21resync to VSW5.1.5ajosey1-8/+22
2005-02-12Initial revisionanderson1-0/+1397