Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xserver: remove define XKB_IN_SERVER | Ulrich Sibiller | 2016-10-06 | 1 | -11/+0 |
| | | | | it is no longer needed because the code here is only used in the server. | ||||
* | xserver: use own copy of XKBgeom.h header | Ulrich Sibiller | 2016-10-06 | 1 | -2/+2 |
| | | | | just like upstream does | ||||
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
| | | | | just like upstream does | ||||
* | copy files from libX11 to xserver dir | Ulrich Sibiller | 2016-10-06 | 1 | -0/+498 |
Before those files where symlinked in the makefile. While trying to upgrade libX11 to 1.3.4 it turned out that the symlinked did not work in the xserver anymore. Upstream has copies of those files, too. |