Deskbar: Resizable tray
* Adds max width and height arguments to instantiate_deskbar_(item|entry). * Old applications just stay with a 16x16 scaled icon, though. * All used apps within the repository are converted to the new call besides the input_server input method icon (that will need further API changes in the input_server). Change-Id: I29cc439396917be2c24135888459d31364997dff Reviewed-on: https://review.haiku-os.org/656 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
1ad1c1c87b
commit
efafab643c
@@ -29,6 +29,7 @@ static const uint32 kMsgAddAddOn = 'adon';
|
||||
static const uint32 kMsgHasItem = 'exst';
|
||||
static const uint32 kMsgGetItemInfo = 'info';
|
||||
static const uint32 kMsgCountItems = 'cwnt';
|
||||
static const uint32 kMsgMaxItemSize = 'mxsz';
|
||||
static const uint32 kMsgRemoveItem = 'remv';
|
||||
static const uint32 kMsgLocation = 'gloc';
|
||||
static const uint32 kMsgIsExpanded = 'gexp';
|
||||
|
||||
Reference in New Issue
Block a user