Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc nx-X11/programs/Xserver/{composite,dix,randr}/: switch to using ↵ | Mihai Moldovan | 2017-03-03 | 1 | -14/+0 |
| | | | | reallocarray, since it has been ported now. | ||||
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -3/+3 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -2/+2 |
| | | | | Fixes ArcticaProject/nx-libs#105 | ||||
* | Backport RANDR proto version 1.5 to nx-X11's Xserver. | Mike Gabriel | 2016-06-21 | 1 | -7/+28 |
| | | | | | Backported to X.org's /xorg/xserver Git hash level: a6b6e8ba026acedef6336b17adf06aebddd5f22f. | ||||
* | randr extension: Convert to Xorg coding style. | Mike Gabriel | 2016-06-21 | 1 | -154/+135 |
| | | | | | The reformatting has been achieved by applying x-indent.sh to all .c and .h files in Xserver/randr/. | ||||
* | Drop trailing whitespaces (randr extension) | Mike Gabriel | 2016-06-21 | 1 | -15/+15 |
| | | | | | | | sed -i "s/[ ]\+$//g" randr/*.{c,h} happy reviewing... git diff -w is an empty diff. | ||||
* | Backport: randr: Clean up compiler warnings about unused and shadowing variables | Keith Packard | 2015-06-07 | 1 | -3/+4 |
| | | | | | | | | | | | | set but not used variables shadowing a previous local A hidden problem was that the VERIFY_RR_* macros define local 'rc' variables, any other local definitions for those would be shadowed and generate warnings from gcc. I've renamed the other locals 'ret' instead of 'rc'. Signed-off-by: Keith Packard <keithp@keithp.com> | ||||
* | Imported nx-X11-3.5.0-2.tar.gznx-X11/3.5.0-2nx-X11 | Reinhard Tartler | 2011-10-10 | 1 | -0/+335 |
Summary: Imported nx-X11-3.5.0-2.tar.gz Keywords: Imported nx-X11-3.5.0-2.tar.gz into Git repository |