]> git.sesse.net Git - vlc/commit
qt4 and skins2: fix resizing issue when zooming in/out and is_display_filled is enabled
authorErwan Tulou <erwan10@videolan.org>
Tue, 22 Dec 2009 15:26:32 +0000 (16:26 +0100)
committerErwan Tulou <erwan10@videolan.org>
Tue, 22 Dec 2009 16:43:04 +0000 (17:43 +0100)
commit671bf6f82838e1a58b94bd9bc21cf5b0b0fc79fa
tree80ed8063e82a51252b0701ecaebcfa81fc52a846
parent4a080e62f19b3314657e0474b5317fd899fe34d2
qt4 and skins2: fix resizing issue when zooming in/out and is_display_filled is enabled

returning VLC_EGENERIC is no problem, since the vout system is an observer of the change in size and will report the real situation.
returning VLC_SUCCESS is wrong in an asynchronous environmenent, as resizing is only performed later on (or not) depending on GUI configuration.
modules/gui/qt4/main_interface.cpp
modules/gui/skins2/src/vout_manager.cpp