[MPlayer-cygwin] Sascha's gui with fixes and minor additions.

Gianluigi Tiesi mplayer at netfarm.it
Wed Feb 9 17:08:05 CET 2005


Ok found
gui.c line 287:
point.x=LOWORD(lParam);
point.y=HIWORD(lParam);

should be:
point.x = GET_X_LPARAM(lParam); 
point.y = GET_Y_LPARAM(lParam); 

I've found other bugs, I'll try to make a fix.
Bye

-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/




More information about the MPlayer-cygwin mailing list