mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-26 05:25:00 -07:00
merge view rules & view specs entirely; simplify graphical view rules down to single hook
This commit is contained in:
@@ -192,8 +192,6 @@ enum
|
||||
{
|
||||
EV_ViewRuleInfoFlag_Inherited = (1<<0),
|
||||
EV_ViewRuleInfoFlag_Expandable = (1<<1),
|
||||
EV_ViewRuleInfoFlag_ExprResolution = (1<<2),
|
||||
EV_ViewRuleInfoFlag_VizBlockProd = (1<<3),
|
||||
};
|
||||
|
||||
typedef struct EV_ViewRuleInfo EV_ViewRuleInfo;
|
||||
@@ -246,6 +244,7 @@ struct EV_Row
|
||||
EV_Row *next;
|
||||
|
||||
// rjf: block hierarchy info
|
||||
EV_BlockKind block_kind;
|
||||
S32 depth;
|
||||
EV_Key parent_key;
|
||||
EV_Key key;
|
||||
|
||||
Reference in New Issue
Block a user