From 7f6e54fdc8ff4a06fdcd3c510a37add337f04bac Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 18 Nov 2021 13:52:25 -0500 Subject: Refactor main area to use pane system --- binaryninjacore.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 4b379263..1943d8a2 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1672,7 +1672,11 @@ extern "C" SidebarActiveIconColor, SidebarHeaderBackgroundColor, SidebarHeaderTextColor, - SidebarWidgetBackgroundColor + SidebarWidgetBackgroundColor, + + // Pane colors + ActivePaneBackgroundColor, + InactivePaneBackgroundColor }; // The following edge styles map to Qt's Qt::PenStyle enumeration -- cgit v1.3.1