]> git.sesse.net Git - vlc/commit
* x11/x11_display.cpp: the "parent" window now receive structure
authorCyril Deguet <asmax@videolan.org>
Sat, 3 Apr 2004 22:18:23 +0000 (22:18 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 3 Apr 2004 22:18:23 +0000 (22:18 +0000)
commitcc1f85bd427f97c29427880551d865f3a4530996
treed3d9425f17ad85ce31ca4442bf17095d8a9ce561
parent9e42c86953025abdea05951dbff19b8bfbb12bf3
  * x11/x11_display.cpp: the "parent" window now receive structure
    notify events
  * x11/x11_window.cpp: same thing for the other windows
  * x11/x11_loop.cpp: when the "parent" window receives a map notify event,
    we show all the windows because it doesn't seem to be automatic.
    To have this working, we must update the visibility variable of the
    windows when they are hidden by the window manager
modules/gui/skins2/src/generic_window.hpp
modules/gui/skins2/src/window_manager.cpp
modules/gui/skins2/src/window_manager.hpp
modules/gui/skins2/utils/var_bool.cpp
modules/gui/skins2/utils/var_bool.hpp
modules/gui/skins2/x11/x11_display.cpp
modules/gui/skins2/x11/x11_loop.cpp
modules/gui/skins2/x11/x11_window.cpp