Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-20 | xts5: Fix "unused variable" warnings. | Aaron Plattner | 1 | -5/+2 | |
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-16 | xts5: Fix up comments for tset/ removal | Dan Nicholson | 1 | -1/+1 | |
2009-09-16 | Nuke RCS IDs | Dan Nicholson | 1 | -1/+0 | |
2009-09-16 | xts5: Move tests out of tset directory | Dan Nicholson | 1 | -0/+1203 | |
The tset directory was mostly useless and causes extra baggage if the scenario files are going to be used on an installed package. The test directories are now flattened into xts5. |