No worries. This is why it's great to be living on master. I've got this change already in my pull-request (just sent), so Keith, you can just pull my branch and we should be good.
Thanks, Jeremy On Feb 15, 2010, at 16:24, Peter Hutterer wrote: > Missing from d33adcdf03c69407d151e732fa0cf9947151eb19. > > Signed-off-by: Peter Hutterer <[email protected]> > --- > Sorry, Jeremy. > > hw/xquartz/darwin.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/hw/xquartz/darwin.c b/hw/xquartz/darwin.c > index 3feacdc..572de54 100644 > --- a/hw/xquartz/darwin.c > +++ b/hw/xquartz/darwin.c > @@ -502,6 +502,10 @@ void InitInput( int argc, char **argv ) > QuartzInitInput(argc, argv); > } > > +void CloseInput(void) > +{ > +} > + > > /* > * DarwinAdjustScreenOrigins > -- > 1.6.6.1 > _______________________________________________ > xorg-devel mailing list > [email protected] > http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
