Add activity_indicator2

This commit is contained in:
Joseph T. Lyons 2023-10-26 16:49:39 +02:00
parent 61694bba6a
commit 88a3a57789
7 changed files with 411 additions and 3 deletions

View file

@ -82,7 +82,7 @@ const NSWindowAnimationBehaviorUtilityWindow: NSInteger = 4;
#[ctor]
unsafe fn build_classes() {
::util::gpui1_loaded();
::util::gpui2_loaded();
WINDOW_CLASS = build_window_class("GPUIWindow", class!(NSWindow));
PANEL_CLASS = build_window_class("GPUIPanel", class!(NSPanel));
VIEW_CLASS = {