Windows: vo/input: handle WM_XBUTTONDOWN message
commit84d86719fc923b3df2ad101a12bbbff931dd0578
authorRudolf Polzer <divverent@xonotic.org>
Fri, 10 Jun 2011 13:44:55 +0000 (10 15:44 +0200)
committerUoti Urpala <uau@mplayer2.org>
Sun, 19 Jun 2011 01:05:36 +0000 (19 04:05 +0300)
tree281e0137346733c52ebc110114e96e46dea5d98c
parent38b55f8cef78560037ec19c167ee6ec8745091b9
Windows: vo/input: handle WM_XBUTTONDOWN message

WM_XBUTTONDOWN is used for extra mouse buttons (mapped to button 5 and
button 6 in mplayer2). Previously only vo_directx handled this
message.  Add support to w32_common.c event handling too (used by
vo_direct3d and vo_gl/vo_gl2 on Windows).
libvo/w32_common.c