diff options
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 |
