Blender Git Loki
Git Commits -> Revision 6292cab
Revision 6292cab by Brecht Van Lommel (master) September 26, 2019, 12:31 (GMT) |
Commit Details:
Full Hash: 6292cab193a6aa2a80ceba929079b47de7d8f48a
Parent Commit: bab6ede
Lines Changed: +303, -243
11 Modified Paths:
/intern/ghost/GHOST_C-api.h (+9, -1) (Diff)
/intern/ghost/GHOST_IWindow.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+8, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+61, -59) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.cpp (+38, -30) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+81, -87) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+93, -65) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+2, -1) (Diff)
/intern/ghost/GHOST_IWindow.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+8, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+61, -59) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.cpp (+38, -30) (Diff)
/intern/ghost/intern/GHOST_WindowSDL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+81, -87) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+93, -65) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+2, -1) (Diff)