macOS: Clarify separation between Cocoa and macOS

The timer code uses no part of Cocoa and is in turn used by other
backends than Cocoa on macOS.

The macOS timer code is now labeled macOS.  Cocoa-specific files are now
consistently labeled Cocoa, not macOS.
This commit is contained in:
Camilla Löwy
2026-02-16 15:07:18 +01:00
parent 3d89365fdb
commit 29cd880ab5
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
//========================================================================
// GLFW 3.5 macOS - www.glfw.org
// GLFW 3.5 Cocoa - www.glfw.org
//------------------------------------------------------------------------
// Copyright (c) 2009-2019 Camilla Löwy <elmindreda@glfw.org>
//