]> git.sesse.net Git - vlc/commit
Qt4: only reset main interface window flags if needed
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 14:04:32 +0000 (17:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 30 May 2010 14:04:32 +0000 (17:04 +0300)
commit99b7cf3c3f0d554bf3175082a32722e78bb0f4e8
treed774131641acbb530a0e427dde056214394bb9e9
parented4a1d9a9722a65bbf9b61a1b99d150a42f7b9b5
Qt4: only reset main interface window flags if needed

Unfortunately, according to the Qt4 documentation, changing the window
flags hides the window (until show() is called). So I guess there is no
way to toggle the on-top mode without the ugly blinking effect. Then,
try to minimize its occurences.
modules/gui/qt4/main_interface.cpp