summaryrefslogtreecommitdiffstats
path: root/xorg/tests/xdemo/xdemo.c
Commit message (Collapse)AuthorAgeFilesLines
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-1/+1
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-193/+320
| | | | | o applied new coding standards to all .c files o moved some files around
* xorg: added xdemo test for offscreen to offscreenJay Sorg2012-08-291-9/+66
|
* xorg/tests: added smooth3 and 4 optionJay Sorg2012-02-211-3/+42
|
* xorg: added testsJay Sorg2012-02-111-0/+674