[Bf-blender-cvs] CVS commit: blender/intern/ghost/intern GHOST_WindowX11.cpp

Brecht Van Lommel blendix at pandora.be
Mon Sep 6 00:51:50 CEST 2004


blendix (Brecht Van Lommel) 2004/09/06 00:51:50 CEST

  Modified files:
    blender/intern/ghost/intern GHOST_WindowX11.cpp 
  
  Log:
  Bugfix for the render window not popping to the front when it already existed,
  under linux / x11 / KDE.
  
  The new behaviour in 2.34, not recreating the render window on re-render,
  revealed that raising windows did not work under some window managers.  Now the
  "net wm extensions" are used if available, otherwise it will work the same way
  as before (e.g. Gtk+ does this as well).
  
  More info:
  http://www.freedesktop.org/Standards/wm-spec
  
  Revision  Changes    Path
  1.11      +31 -2     blender/intern/ghost/intern/GHOST_WindowX11.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowX11.cpp.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list