Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace _XkbDupString with Xstrdup | Alan Coopersmith | 2017-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | The two functions have identical semantics, including safely returning NULL when NULL is passed in (which POSIX strdup does not guarantee). Some callers could probably be adjusted to call libc strdup directly, when we know the input is non-NULL. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de> | ||||
* | xserver: drop XKBSRV_NEED_FILE_FUNCS | Ulrich Sibiller | 2016-10-06 | 1 | -1/+0 |
| | | | | just as upstream did | ||||
* | xserver: remove define XKB_IN_SERVER | Ulrich Sibiller | 2016-10-06 | 1 | -16/+0 |
| | | | | it is no longer needed because the code here is only used in the server. | ||||
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
| | | | | just like upstream does | ||||
* | move xkblib to xserver | Ulrich Sibiller | 2016-09-21 | 1 | -0/+1352 |
Upstream does not use xkbfile but has own copies of the required files. It was not used elsewhere. |