Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
|
|
This should allow the autoconf defines to be used consistently.
|
|
|
|
|
|
|