Blender Git Loki
Git Commits -> Revision 070bf01
Revision 070bf01 by Campbell Barton (master) April 30, 2020, 07:28 (GMT) |
GHOST: fix WITH_GHOST_DEBUG option Changing the order of include changes broke GHOST_DEBUG, however it was using defines in a fragile way. Fix by removing 'GHOST_DEBUG' and use 'WITH_GHOST_DEBUG' which was already defined by CMake. |
Commit Details:
Full Hash: 070bf01d37374d643cb168ceea4ea4aa2b1500e7
Parent Commit: 52186a3
Lines Changed: +33, -37
6 Modified Paths:
/intern/ghost/intern/GHOST_Debug.h (+7, -11) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+6, -6) (Diff)
/intern/ghost/intern/GHOST_DropTargetWin32.cpp (+12, -12) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+6, -6) (Diff)
/intern/ghost/intern/GHOST_DropTargetWin32.cpp (+12, -12) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+2, -2) (Diff)