Drop ComboBox primitive cleanup from XUI ABI surface

This commit is contained in:
notmatthewbeshay
2026-03-15 01:48:08 +11:00
parent 16ae05769d
commit d2a14a4957

View File

@@ -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);
};
};