diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-11-18 13:52:25 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-10 15:25:18 -0700 |
| commit | 7f6e54fdc8ff4a06fdcd3c510a37add337f04bac (patch) | |
| tree | 60cce5955fcc05fc84f35f9662d49c7e0790dde1 /binaryninjacore.h | |
| parent | d9661f34eec6855d495a10eaafc2a8e2679756a7 (diff) | |
Refactor main area to use pane system
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
