[MPlayer-cvslog] r29374 - trunk/libvo/x11_common.c
Attila Kinali
attila at kinali.ch
Fri Jun 19 22:25:28 CEST 2009
On Fri, 19 Jun 2009 22:21:59 +0200 (CEST)
attila <subversion at mplayerhq.hu> wrote:
> + int old_x = vo_dx, old_y = vo_dy;
> vo_x11_update_geometry();
> - if (vo_dwidth != old_w || vo_dheight != old_h)
> + if (vo_dwidth != old_w || vo_dheight != old_h || vo_dx != old_x || vo_dy != old_y)
> ret |= VO_EVENT_RESIZE;
IHMO this bug stems from a wrong use or inapproriate
naming of VO_EVENT_RESIZE.
It looks like it should be either renamed to VO_EVENT_MOVERESIZE
is missing or a VO_EVENT_MOVE should be added.
Attila Kinali
--
The true CS students do not need to know how to program.
They learn how to abstract the process of programming to
the point of making programmers obsolete.
-- Jabber in #holo
More information about the MPlayer-cvslog
mailing list