| 123 | == Game Kit |
| 124 | - [https://git.haiku-os.org/haiku/commit/?h=hrev53625&id=69f814cded60c5f977a61a2ab747e4456323e6f2 FileGameSound.h] Allow initialisation of the `BFileGameSound` from a `DataIO` object, to allow for opening game sound files from sources other than files. |
| 125 | |
| 126 | == Interface Kit |
| 127 | - [https://git.haiku-os.org/haiku/commit/?h=hrev52499&id=efafab643ce980e3f3c916795ed302599f6b4f66 Deskbar.h] Add MaxItemWidth() and MaxItemHeight() as part of the work to support variable size icons for Deskbar replicants. |
| 128 | - [https://git.haiku-os.org/haiku/commit/headers/os/interface/View.h?id=5bbf7f1be073d376e37da34681c8e6c7acfcf198 View.h] New `B_MOUSE_BUTTON` macro that helps you identify which mouse button was clicked on a mouse with more than three buttons. |
| 129 | - [https://git.haiku-os.org/haiku/commit/headers/os/interface/View.h?id=47102c074278637c3b33935b451d53f7ad176658 View.h] Add a the new `B_TRANSPARENT_BACKGROUND`, to identify views that have a transparant background (i.e. the background will not be drawn for those views). |
| 130 | - [https://git.haiku-os.org/haiku/commit/headers/os/interface/View.h?id=c67dde0f2ccb45d550af410cf6d73fee39d10504 View.h] Add Tiled Background methods to `BView` objects to asynchronously draw bitmaps as background tiles for the view, using the overloaded `DrawTiledBitmapAsync()` method. |
| 131 | |
| 132 | == Locale Kit |
| 133 | - [https://git.haiku-os.org/haiku/commit/headers/os/locale/Country.h?id=70cdd7d4f5fc62e8b3e220646f84235ec3d444d5 Country.h] Add a `SetTo()` and an `InitCheck()` method to the `BCountry` class. |
| 134 | |
| 135 | == Package Kit |
| 136 | - [https://git.haiku-os.org/haiku/commit/headers/os/package/PackageRoster.h?id=e2c7bb900cf83fe0a3834ad2189577687ffaa03f PackageRoster.h] Add a `IsRebootNeeded()` method to the `BPackageRoster` class. |
| 137 | - [https://git.haiku-os.org/haiku/commit/headers/os/package/PackageRoster.h?id=b711002d345e2e9e0075be46a37492624f73ccdd PackageRoster.h] Add a `IsPackageActive()` method to the `BPackageRoster` class. |
| 138 | |