]> git.sesse.net Git - vlc/commit
msw: remove unneeded code and useless "shaking" of window
authorErwan Tulou <erwan10@videolan.org>
Thu, 10 Jun 2010 19:04:49 +0000 (21:04 +0200)
committerErwan Tulou <erwan10@videolan.org>
Thu, 10 Jun 2010 20:40:53 +0000 (22:40 +0200)
commit0a231ffaab59a0a98af8f72922cfd70bd553b26e
tree3b4a0321e6df6c5718d1e1f57c86ee801c49b469
parentff58f2746ef5e57771fa546eb42b738497d13f96
msw: remove unneeded code and useless "shaking" of window

For lack of a faster detection (based on win32 api messages),
resize/move of the parent window are detected in the Manage function
on a regular basis and acted upon if need be.

Move is an issue only for directx (surface doesn't automatically follow
the associated window). Though coordinates doesn't change, an UpdateRects
is still required to update the various rectangles used by directx.

As it was coded, everything was already taken care of.
The artificial "shaking" of the window was quite useless.
modules/video_output/msw/common.c