Re: [PATCH 16/19] Xephyr: move glx code to xcb

2013-08-28 Thread Julien Cristau
On Mon, Aug 26, 2013 at 13:21:00 -0700, Eric Anholt wrote: > @@ -560,81 +366,70 @@ Bool > ephyrHostGLXMakeCurrent(int a_drawable, int a_readable, > int a_glx_ctxt_id, int a_old_ctxt_tag, int > *a_ctxt_tag) > { > +xcb_connection_t *conn = hostx_get_xcbconn(); >

Re: [PATCH 01/19] Xephyr: stop loading the host's keymap

2013-08-28 Thread Julien Cristau
Hi Eric, besides one small comment on the glx patch this rebased series looks good to me. Thanks, Julien ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCHES] fix build on GNU/Hurd with GCC 4.8

2013-08-28 Thread Pino Toscano
Hi, (please CC me, as I am not subscribed) with GCC 4.8, few "implicit declaration of function" warnings become errors, breaking the build of xserver on the Hurd. Attached there are two patches, which apply fine in both master and server-1.14-branch branches, which fix the errors providing the