Blender Git Commit Log

Git Commits -> Revision 35ca3c2

Revision 35ca3c2 by Nicholas Rishel
June 16, 2021, 02:38 (GMT)
Replace Ghost integral types with standard fixed width integers.

Use char* for putClipboard, which is more natural for handling characters.

Differential Revision: https://developer.blender.org/D11617

Commit Details:

Full Hash: 35ca3c2f865b4176690dc37d2ea25434b2eb56ab
Parent Commit: 527ca07
Lines Changed: +17, -17

16 Modified Paths:

/intern/ghost/GHOST_C-api.h (+1, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021