From 917d0216c61bc1488e0c0a7cecbc562f265becf5 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 27 12月 2023 02:15:26 +0800 Subject: [PATCH] minor tweaks --- src/quick/quickwindowagent_win.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/quick/quickwindowagent_win.cpp b/src/quick/quickwindowagent_win.cpp index 46e72e3..61ea0ed 100644 --- a/src/quick/quickwindowagent_win.cpp +++ b/src/quick/quickwindowagent_win.cpp @@ -7,7 +7,7 @@ namespace QWK { -#if QWINDOWKIT_CONFIG(ENABLE_WINDOWS_SYSTEM_BORDER) +#if QWINDOWKIT_CONFIG(ENABLE_WINDOWS_SYSTEM_BORDERS) // TODO: Find a way to draw native border // We haven't found a way to place hooks in the Quick program and call the GDI API to draw // the native border area so that we'll use the emulated drawn border for now. -- Gitblit v1.9.1