mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-08-02 15:51:16 +00:00
Drop ComboBox primitive cleanup from XUI ABI surface
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user