[Bf-blender-cvs] [a2b9b9d3c48] master: Fix broken build on macOS after recent changes

Brecht Van Lommel noreply at git.blender.org
Mon Jun 27 17:34:59 CEST 2022


Commit: a2b9b9d3c48f302fd28042299d73ea0634a210f3
Author: Brecht Van Lommel
Date:   Mon Jun 27 17:29:24 2022 +0200
Branches: master
https://developer.blender.org/rBa2b9b9d3c48f302fd28042299d73ea0634a210f3

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