Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 1 | -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 fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -193/+320 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | xorg: added xdemo test for offscreen to offscreen | Jay Sorg | 2012-08-29 | 1 | -9/+66 |
| | |||||
* | xorg/tests: added smooth3 and 4 option | Jay Sorg | 2012-02-21 | 1 | -3/+42 |
| | |||||
* | xorg: added tests | Jay Sorg | 2012-02-11 | 1 | -0/+674 |