From f7196dab03ab8263683fbfc874ed7a70bb2fb606 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov <timur.pocheptsov@cern.ch> Date: Sun, 7 Jun 2015 16:14:58 +0200 Subject: [PATCH] Fix rootxx-cocoa. --- rootx/src/rootxx-cocoa.mm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rootx/src/rootxx-cocoa.mm b/rootx/src/rootxx-cocoa.mm index 2439188a33d..cdc80392265 100644 --- a/rootx/src/rootxx-cocoa.mm +++ b/rootx/src/rootxx-cocoa.mm @@ -69,16 +69,18 @@ bool showAboutInfo = false; //with a background (ROOT's logo) + scrollview and textview to show info //about contributors. -@interface ROOTSplashScreenView : NSView -@end - -@implementation ROOTSplashScreenView { +@interface ROOTSplashScreenView : NSView { +@private NSImage *backgroundImage; NSScrollView *scrollView; NSTextView *textView; NSMutableDictionary *versionTextAttributes; } +@end + +@implementation ROOTSplashScreenView + //_________________________________________________________________ - (id) initWithImage : (NSImage *) image text : (NSAttributedString *) textToScroll aboutMode : (BOOL) about { -- GitLab