From 2c60348cb3e6f7415d58597ff660418bb036058b Mon Sep 17 00:00:00 2001 From: Stephanie Gawroriski Date: Sun, 11 Aug 2024 15:16:24 +0000 Subject: [PATCH] Always have fallback element colors; Remove annotations from native method as there seems to be a compiler issue in Java 17 where it cannot properly parse them. --- .idea/compiler.xml | 35 -------- .idea/gradle.xml | 1 - .idea/modules/squirreljme.iml | 100 +++++++++++---------- .../scritchui/dylib/NativeScritchDylib.java | 16 ++-- nanocoat/lib/scritchui/framebuffer/fbIntern.c | 37 +------- nanocoat/lib/scritchui/scritchLaf.c | 44 ++++++++- 6 files changed, 106 insertions(+), 127 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 1b337dd69a..8a8e8d2c61 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -23,40 +23,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -72,7 +39,6 @@ - @@ -82,7 +48,6 @@ - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a6385cca44..258aefb635 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -99,7 +99,6 @@