> git clone git://xf4vnc.git.sourceforge.net/gitroot/xf4vnc/xserver

Thanks!   I was able  clone your tree without any trouble.
I've got a 1.7-ish version that mostly works -- until I move the pointer.
(Looks like the "events" argument to GetPointerEvents has changed).

Another problem is that window borders are not visible until the Xvnc
screen is refreshed, rfbPaintWindowBorder is not being called.
That used to be done in   mi/miwindow.c  miHandleValidateExposures(..)
like this:
                   (*pScreen->PaintWindowBorder)(pWin,
                                            &val->after.borderExposed,
                                            PW_BORDER);

but that code has been removed[1].   Does anyone know what needs to be
done to get window borders to appear?

Pat
---
[1] I added the lines back and borders are again visible, what will that
     break?  Composite maybe?





On Wed, Sep 30, 2009 at 4:30 AM, Alan Hourihane <al...@fairlite.co.uk> wrote:
> I've just exported a new git repository for the xf4vnc project. It just
> covers the xserver component at the moment.
>
> It's available at....
>
> git clone git://xf4vnc.git.sourceforge.net/gitroot/xf4vnc/xserver
>
> I've briefly tested it and it seems to work, but I've not done anything
> extensive.
>
> Let me know how you get on.
>
> Thanks,
>
> Alan.
>
>
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to