From 1e48f8bbfdb0f1ce2f9132d604405fb72d160d9d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Jan 2023 15:30:44 -0500 Subject: Windows: Add PUGL_DARK_FRAME hint This allows dark applications to visually integrate more nicely in Windows 10. A little thing, but it really goes a long way to make programs not look out of place and half-baked. --- test/test_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_utils.h') diff --git a/test/test_utils.h b/test/test_utils.h index e26e970..785c8c7 100644 --- a/test/test_utils.h +++ b/test/test_utils.h @@ -296,6 +296,8 @@ puglViewHintString(const PuglViewHint hint) return "Refresh rate"; case PUGL_VIEW_TYPE: return "View type"; + case PUGL_DARK_FRAME: + return "Dark frame"; } return "Unknown"; -- cgit v1.2.1