mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-14 08:02:23 -07:00
always keep collections in filtered watch views; add add-new-row capability to watch collection expansion & hook up with expansion ids
This commit is contained in:
@@ -166,6 +166,7 @@ struct EV_ExpandInfo
|
||||
void *user_data;
|
||||
U64 row_count;
|
||||
B32 single_item; // all rows form a single "item" - a singular, but large, row
|
||||
B32 add_new_row; // also supports an 'add new row', as the final row, within `row_count`
|
||||
};
|
||||
|
||||
typedef struct EV_ExpandRangeInfo EV_ExpandRangeInfo;
|
||||
|
||||
Reference in New Issue
Block a user