[MPlayer-dev-eng] [PATCH] Add mouse support for DVDNAV under Windows

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Feb 8 14:15:24 CET 2007


Hello,
On Thu, Feb 08, 2007 at 08:15:58PM +0800, Zuxy Meng wrote:
> With the patch user can use mouse to select dvdnav menu buttons under
> Windows. Currently for '-vo gl' and '-vo gl2' only, although
> supporting the default '-vo directx' won't be hard, but I wish we can
> simply merge the two WndProc in w32_common.c and vo_directx.c.

I'm not sure merging is possible or desirable, but I guess you could
make vo_directx call the win32_common one instead of the default window
proc and reuse it this way.
It will require adjusting the build system, too.
If the windowsx include is required only for WM_MOUSEMOVE it might be
worth considering to just define it. Or is it absolutely certain
windowsx.h is available everywhere?

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list