From 0e51e789215888500f901e1c7bca7ee6fec90876 Mon Sep 17 00:00:00 2001 From: Acfboy Date: Wed, 2 Sep 2026 22:40:48 +0800 Subject: [PATCH] graphics/microwindiws: Update microwindows commit hash This update introduces the following changes in mw: - Fixed some -Werror warnings in CI. - Fixed the issue where the backspace key was not working in QEMU Signed-off-by: Acfboy --- graphics/microwindows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/microwindows/Makefile b/graphics/microwindows/Makefile index 6b810362a43..cb7fc58f34c 100644 --- a/graphics/microwindows/Makefile +++ b/graphics/microwindows/Makefile @@ -31,7 +31,7 @@ MICROWINDOWS_DIR_NAME = microwindows WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'} -MICROWINDOWS_COMMIT_HASH := f9c2980fe085de87acc085980ffd672bc2d20cff +MICROWINDOWS_COMMIT_HASH := 19d1890f67f7e099c17b2fd4529c5160327eedba CONFIG_GRAPH_MICROWINDOWS_URL ?= https://codeload.github.com/ghaerr/microwindows/zip/$(MICROWINDOWS_COMMIT_HASH)