[MPlayer-dev-eng] [PATCH]Add vo vdpau
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jan 5 10:17:22 CET 2009
On Sun, Jan 04, 2009 at 09:20:00PM -0500, compn wrote:
> >+#ifdef HAVE_XF86VM
> >+ if (vm)
> >+ {
> >+ /* Grab the mouse pointer in our window */
> >+ if (vo_grabpointer)
> >+ XGrabPointer(mDisplay, vo_window, True, 0,
> >+ GrabModeAsync, GrabModeAsync,
> >+ vo_window, None, CurrentTime);
> >+ XSetInputFocus(mDisplay, vo_window, RevertToNone, CurrentTime);
> >+ }
> >+#endif
>
> this is duplicated in x11/xv/xvmc.
> not sure if it should be factorized, just pointing it out.
Yes, it should be. But I think it is buggy, and I am not too eager to
factorize buggy code (which would enable it for gl, xvidix etc.).
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list