Skip to content
Snippets Groups Projects
Commit f7196dab authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

Fix rootxx-cocoa.

parent ede1e3f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment