> its an undocumented API all, and, came around in 4.0 :) my bad, its in 3.5 as well :)
$ cd /palmdev/sdk-3.5 $ grep -r HwrDisplayAttributes * include/Core/CoreTraps.h:#define sysTrapHwrDisplayAttributes 0xA372 include/Core/CoreTraps.h: sysTrapHwrDisplayAttributes, if you want to use API, then you will have to do something like: #define sysTrapHwrDisplayAttributes 0xA372 extern void HwrDisplayAttributes(Boolean set, UInt8 kind, void *) SYS_TRAP(sysTrapHwrDisplayAttributes); then, you can call HwrDisplayAttributes. but, this was already in the original email - you just have to cut+paste correctly --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
