diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 20:48:17 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 20:48:17 +0000 |
commit | deb89d89a55070bb6e29832cbd663e36650cee96 (patch) | |
tree | 74d5062218b9924c525c22690b7b61b6341b05ba /libvo | |
parent | bbfc18cd264d6efc1f44f033094c9d3035f909c8 (diff) |
bad fix removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6064 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 6c874b1af1..bf0e07ed85 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -467,8 +467,6 @@ static uint32_t draw_slice( uint8_t *src[],int stride[],int w,int h,int x,int y uint8_t *dst[3]; int dstStride[3]; - check_events(); - if((old_vo_dwidth != vo_dwidth || old_vo_dheight != vo_dheight) /*&& y==0*/ && zoomFlag) { int newW= vo_dwidth; |