[PATCH proto/xorgproto] Remove and .gitignore more autotools artefacts

2018-03-01 Thread Jon Turney
Signed-off-by: Jon Turney <jon.tur...@dronecode.org.uk> --- .gitignore | 2 + install-sh | 316 - missing| 360 - 3 files changed, 2 insertions(+), 676 deletions(-) delet

[PATCH xserver] hw/xwin/glx: Allocate fbconfigs correctly

2018-04-03 Thread Jon Turney
4b0a3cba fixed leaking of GLX fbconfigs, so now xwin needs to allocate them correctly (individually, rather than all at once), so they can be freed successfully. Signed-off-by: Jon Turney <jon.tur...@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harri...@virgin.net> ---

[PATCH util/modular] xorg.modules: Replace individual proto modules with xorgproto

2018-02-28 Thread Jon Turney
Signed-off-by: Jon Turney <jon.tur...@dronecode.org.uk> --- xorg.modules | 845 ++- 1 file changed, 143 insertions(+), 702 deletions(-) diff --git a/xorg.modules b/xorg.modules index b34d14d..93bc8cf 100644 --- a/xorg.modules

Re: [PATCH 9/9] gen_gl_wrappers: remove unused imports

2019-04-01 Thread Jon Turney
, OUT OF OR IN CONNECTION WITH THE # MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -import sys, time, pdb, string, cProfile +import sys from reg import * # Default input / log files Thanks! Reviewed-by: Jon Turney ___ xorg-devel

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

2019-03-08 Thread Jon Turney
On 05/03/2019 17:43, Alan Coopersmith wrote: What's wrong with it is mainly that the set of people who know about X libraries on Windows is small, and the set of people who deal with libXaw is small, and the intersection of those two sets is tiny.   (It also doesn't help that we've sucked for

Re: [PATCH libXaw] Define PAGE_SIZE as USN_PAGE_SIZE on Windows

2019-03-12 Thread Jon Turney
On 09/03/2019 14:45, James R Larrowe wrote: Thanks for the updated patch. Take no action on Cygwin. I'd like to see some commentary here about why this is needed, e.g. "Work-around AC_CHECK_FUNCS([getpagesize]) reporting a false positive when using MinGW gcc, due to it being present in

Re: rfc: WIN32 vs _WIN32 and more

2019-05-20 Thread Jon Turney
On 17/05/2019 21:00, Thomas Dickey wrote: On Fri, May 17, 2019 at 10:08:47AM +0200, walter harms wrote: Hi list, is there a common ground for using OS related defines ? I was look at some libs and found some defines that look pretty ancient. And some like WIN32 vs _WIN32 however, they're

Re: X.Org modules which could use some help to release

2019-07-21 Thread Jon Turney
On 16/07/2019 20:07, Adam Jackson wrote: On Mon, 2019-07-15 at 14:31 -0700, Alan Coopersmith wrote: On 7/15/19 4:02 AM, Thomas Klausner wrote: libWindowsWM This is supposed to only be useful on Cygwin, but a Cygwin package search says they don't ship it, and it hasn't had a release since

<    2   3   4   5   6   7