Blender Git Commit Log

Git Commits -> Revision 89a29e7

Revision 89a29e7 by Nicholas Rishel
June 16, 2021, 19:51 (GMT)
Replace uint8* with char* in Ghost API when variable is a string.

Commit Details:

Full Hash: 89a29e7a776e1812b4dbba868450af51ae740c7f
Parent Commit: 344aa4d
Lines Changed: +94, -95

27 Modified Paths:

/intern/ghost/GHOST_C-api.h (+2, -2) (Diff)
/intern/ghost/GHOST_ISystem.h (+2, -2) (Diff)
/intern/ghost/GHOST_ISystemPaths.h (+4, -4) (Diff)
/intern/ghost/GHOST_Path-api.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_System.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+5, -5) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemPaths.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsUnix.cpp (+7, -7) (Diff)
/intern/ghost/intern/GHOST_SystemPathsUnix.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/appdir.c (+3, -4) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021