frustrated by gitlab - where is the release history?

2019-02-28 Thread Felix Miata
https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ has what I'm looking for for the Intel DDX. I would like to find whatever corresponds to it for the server, which on opensuse seems to be called xorg-x11-server. URL in its info is merely http://xorg.freedesktop.org/. Name in Debian seem

Re: frustrated by gitlab - where is the release history?

2019-02-28 Thread Pekka Paalanen
On Wed, 27 Feb 2019 22:18:18 -0500 Felix Miata wrote: > https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ has what I'm > looking for for the Intel > DDX. I would like to find whatever corresponds to it for the server, which on > opensuse seems to be > called xorg-x11-server. URL in its

Re: frustrated by gitlab - where is the release history?

2019-02-28 Thread Felix Miata
Pekka Paalanen composed on 2019-02-28 10:28 (UTC+0200): > On Wed, 27 Feb 2019 22:18:18 -0500 Felix Miata wrote: >> https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ has what I'm >> looking for for the Intel >> DDX. I would like to find whatever corresponds to it for the server, which >>

[PATCH libXaw] Add definition of getpagesize(), missing on Windows.

2019-02-28 Thread James R Larrowe
Fix build with --enable-selective-werror. Signed-off-by: James R Larrowe --- src/OS.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OS.c b/src/OS.c index 4c69005..cd0c517 100644 --- a/src/OS.c +++ b/src/OS.c @@ -37,6 +37,9 @@ _XawGetPageSize(void) #endif #ifdef HAVE_GETPAGESIZE

[PATCH xorgproto] Add checks to Xwinsock.h for INT64 and LONG64

2019-02-28 Thread James R Larrowe
Checks copied from Xwindows.h Also add one more instance of fd_set check for Windows in include/X11/meson.build. Before, this caused the build to fail. Signed-off-by: James R Larrowe --- include/X11/Xwinsock.h | 6 ++ include/X11/meson.build | 5 - 2 files changed, 10 insertions(+), 1