xserver/hw
Michal Srb a9f68688f3 xfree86: Silence always true condition warning.
xf86pciBus.c:1464:21: warning: comparison of constant 256 with expression of type 'uint8_t' (aka 'unsigned char') is always true [-Wtautological-constant-out-of-range-compare]
    if (pVideo->bus < 256)

The code used to be in xf86FormatPciBusNumber and compared parameter which was int, but since b967bf2a it was inlined now it works with uint8_t.
2018-02-02 15:19:15 -05:00
..
dmx Xdmx: fix input driver initialization code paths 2018-02-02 15:09:13 -05:00
kdrive Xephyr: Call forgotten XShmDetach if can't mmap SHM segment 2018-02-02 14:54:11 -05:00
vfb test: Add basic SYNC tests. 2017-09-20 13:19:27 -04:00
xfree86 xfree86: Silence always true condition warning. 2018-02-02 15:19:15 -05:00
xnest Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
xquartz glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE (v2) 2017-12-01 16:13:18 -05:00
xwayland xwayland: place a manual redirect on windows 2018-01-25 10:31:50 -05:00
xwin meson.build: Fix hw/xwin build when dependencies are installed in a non-default location 2018-01-22 13:50:20 -05:00
Makefile.am Xwayland DDX 2014-04-03 15:19:22 -07:00
meson.build meson: Move Xvfb build under an option. 2017-09-20 13:19:21 -04:00