Blender Git Commit Log
Git Commits -> Revision 60499ff
Revision 60499ff by Clément Foucault (master) July 27, 2018, 14:28 (GMT) |
GHOST: Fix SDL backend. We use a hidden window for each offscreen context we need. On X11 (linux) it does not show any other windows in the OS task bar but it might be the case on other operating systems (untested). |
Commit Details:
Full Hash: 60499ff25da4be074324694589bb014b1c9466d7
Parent Commit: 70966af
Lines Changed: +58, -4
6 Modified Paths:
/intern/ghost/intern/GHOST_ContextSDL.cpp (+18, -2) (Diff)
/intern/ghost/intern/GHOST_ContextSDL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+29, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextSDL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+29, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.cpp (+1, -1) (Diff)