From d2a14a4957d60fd26bfd11f95953ccb59d6afae0 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:48:08 +1100 Subject: [PATCH] Drop ComboBox primitive cleanup from XUI ABI surface --- Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h b/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h index 87138c5be..28b611871 100644 --- a/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h +++ b/Minecraft.Client/Platform/Common/XUI/XUI_Control_ComboBox.h @@ -10,8 +10,8 @@ public: LPCWSTR pwszText; LPCWSTR pwszImage; HXUIBRUSH hXuiBrush; - bool fChecked; - bool fEnabled; + BOOL fChecked; + BOOL fEnabled; } LIST_ITEM_INFO; @@ -50,4 +50,4 @@ protected: HRESULT OnNotifyPressEx(HXUIOBJ hObjPressed, XUINotifyPress* pNotifyPressData,BOOL& rfHandled); -}; +}; \ No newline at end of file