Hooray for deleting ifdefs! Reviewed-by: Jamey Sharp <[email protected]>
On Fri, Jun 4, 2010 at 11:20 AM, Kim Woelders <[email protected]> wrote: > > Signed-off-by: Kim Woelders <[email protected]> > > diff --git a/dix/window.c b/dix/window.c > index ea729db..9da707f 100644 > --- a/dix/window.c > +++ b/dix/window.c > @@ -3050,9 +3050,8 @@ void > SendVisibilityNotify(WindowPtr pWin) > { > xEvent event; > -#ifndef NO_XINERAMA_PORT > unsigned int visibility = pWin->visibility; > -#endif > + > if (!MapUnmapEventsEnabled(pWin)) > return; > #ifdef PANORAMIX > -- > 1.7.1 > > _______________________________________________ > [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
