From 7b2694e9f6c35d9f50c3fb3cf38b0fc766478162 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Wed, 26 Jan 2011 10:52:13 +0000 Subject: Updated PSMTabBarControl source code to version from https://github.com/dergraf83/PSMTabBarControl svn path=/trunk/netsurf/; revision=11490 --- cocoa/PSMTabBarControl/PSMTabDragWindowController.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cocoa/PSMTabBarControl/PSMTabDragWindowController.h') diff --git a/cocoa/PSMTabBarControl/PSMTabDragWindowController.h b/cocoa/PSMTabBarControl/PSMTabDragWindowController.h index 1727d8b84..5948207f2 100644 --- a/cocoa/PSMTabBarControl/PSMTabDragWindowController.h +++ b/cocoa/PSMTabBarControl/PSMTabDragWindowController.h @@ -15,15 +15,15 @@ @class PSMTabDragView; @interface PSMTabDragWindowController : NSWindowController { - PSMTabBarTearOffStyle _tearOffStyle; - PSMTabDragView *_view; - NSAnimation *_animation; - NSTimer *_timer; - - BOOL _showingAlternate; - NSRect _originalWindowFrame; + PSMTabBarTearOffStyle _tearOffStyle; + PSMTabDragView *_view; + NSAnimation *_animation; + NSTimer *_timer; + + BOOL _showingAlternate; + NSRect _originalWindowFrame; } -- (id)initWithImage:(NSImage *)image styleMask:(NSUInteger)styleMask tearOffStyle:(PSMTabBarTearOffStyle)tearOffStyle; +- (id)initWithImage:(NSImage *)image styleMask:(NSUInteger) styleMask tearOffStyle:(PSMTabBarTearOffStyle)tearOffStyle; - (NSImage *)image; - (NSImage *)alternateImage; -- cgit v1.2.3