This is a repository that shows off how to compile a Haiku decorator without utilizing the entirety of the Haiku source code. It even includes an experimental Mac OS 8/9 decorator written by some smart Haiku developers! (Developers are found in the source code headers by the way.)
- Clone/download this repository.
- Open Terminal to the root of this repository.
- Type "make" and the decorator should start compiling!
- Your built decorator should appear in a new objects* folder.
- To test the decorator, copy the built decorator to "/boot/home/config/non-packaged/add-ons/decorators".
- Open up the Appearance preflet, click on the "Look and Feel" tab, and select your decorator from the "Decorator" menu.
- Cross your fingers that app_server doesn't crash and loads your decorator! :D