Hi Would someone be kind enough to review this trivial patch so I can set up the git tree and send the pull request for Keith (or Eric)?
The bulk of the feature has been already reviews by Ajax, it's just the bump of the required xproto version that needs r-b. TIA, Olivier ----- Original Message ----- > To make sure we have enough file descriptors to manage at most 512 > clients. > > Signed-off-by: Olivier Fourdan <[email protected]> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 328563e..16d2123 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -771,7 +771,7 @@ APPLEWMPROTO="applewmproto >= 1.4" > LIBXSHMFENCE="xshmfence >= 1.1" > > dnl Required modules > -XPROTO="xproto >= 7.0.26" > +XPROTO="xproto >= 7.0.28" > RANDRPROTO="randrproto >= 1.5.0" > RENDERPROTO="renderproto >= 0.11" > XEXTPROTO="xextproto >= 7.2.99.901" > -- > 2.4.3 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
