From 6843d6ae050882a14d083e8bc843dd151b97de73 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Tue, 21 Jul 2026 01:26:37 -0700 Subject: [PATCH] changelog had item in wrong place --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8a95ba9..a303c98 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,7 +6,6 @@ - Added `MwTabFocus` for letting a tab widget steal focus. - New table widget (`MwTableClass`). - Added `MwWindowShouldClose` for letting custom loops know when a window should close. -- Menu widget works better under compositors that use CSD. - Remove VMS build files - Wayland backend: - Can now create layer surfaces (Use `MwLLMakeToolWindow` on a parentless window) @@ -14,3 +13,4 @@ - has drastically improved CSD (functionality wise) - Uses KMSDRM directly for the OpenGL widget instead of wl_egl for a smoother experience - Various overall performance improvements putting it on the same level as the X11 backend finally + - Menu widget works better under compositors that use CSD.