From 9cd7b34a77a3323badc32e206914dace06af0ca9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 14 Apr 2024 17:30:21 +0900 Subject: [PATCH] internal/glfw: reorder constants --- internal/glfw/api_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/glfw/api_windows.go b/internal/glfw/api_windows.go index a9746678b..a8e8e2635 100644 --- a/internal/glfw/api_windows.go +++ b/internal/glfw/api_windows.go @@ -144,11 +144,11 @@ const ( _SIZE_RESTORED = 0 _SM_CXCURSOR = 13 _SM_CXICON = 11 + _SM_CXSCREEN = 0 _SM_CXSMICON = 49 _SM_CYCAPTION = 4 _SM_CYCURSOR = 14 _SM_CYICON = 12 - _SM_CXSCREEN = 0 _SM_CYSCREEN = 1 _SM_CYSMICON = 50 _SM_CXVIRTUALSCREEN = 78