From 65c872710a81f95850b92fd64c5a5a0fd2e0332d Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 27 Jan 2026 18:12:36 +0900 Subject: [PATCH] it should be working now, closes #6 --- src/backend/gdi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/gdi.c b/src/backend/gdi.c index 373ef87..79822e7 100644 --- a/src/backend/gdi.c +++ b/src/backend/gdi.c @@ -663,6 +663,8 @@ static void MwLLDetachImpl(MwLL handle, MwPoint* point) { rc2.bottom -= rc2.top; SetWindowPos(handle->gdi.hWnd, HWND_TOPMOST, rc.left, rc.top, rc2.right == 0 ? 1 : rc2.right, rc2.bottom == 0 ? 1 : rc2.bottom, SWP_FRAMECHANGED | SWP_NOACTIVATE); + + handle->gdi.get_darktheme = 1; } static void MwLLShowImpl(MwLL handle, int show) {