[Bf-blender-cvs] [97be68b6775] cycles_oneapi: Fix broken build on macOS after recent changes

Brecht Van Lommel noreply at git.blender.org
Wed Jun 29 10:38:37 CEST 2022


Commit: 97be68b6775534c22276b3a7c9acfed58cf8c185
Author: Brecht Van Lommel
Date:   Mon Jun 27 17:29:24 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB97be68b6775534c22276b3a7c9acfed58cf8c185

Fix broken build on macOS after recent changes

===================================================================

M	intern/ghost/intern/GHOST_SystemCocoa.mm

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 8677c0b9552..4b2529f5169 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -37,7 +37,7 @@
 
 #pragma mark KeyMap, mouse converters
 
-static GHOST_TButtonMask convertButton(int button)
+static GHOST_TButton convertButton(int button)
 {
   switch (button) {
     case 0:



More information about the Bf-blender-cvs mailing list