mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-24 15:16:27 +00:00
update titlebar
git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2341 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
|
||||
-(void)createTrackingArea
|
||||
{
|
||||
|
||||
return;
|
||||
|
||||
NSRect rect;
|
||||
NSRect bounds;
|
||||
|
||||
@@ -46,11 +49,13 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
-(void)updateTrackingAreas
|
||||
{
|
||||
[self createTrackingArea];
|
||||
}
|
||||
|
||||
|
||||
-(void)dealloc
|
||||
{
|
||||
[_trackingArea release];
|
||||
@@ -58,7 +63,7 @@
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
-(void)mouseEntered:(NSEvent *)theEvent
|
||||
{
|
||||
//NSLog(@"%s", sel_getName(_cmd));
|
||||
@@ -74,5 +79,6 @@
|
||||
[_titleBar fadeOut];
|
||||
// animate title bar out.
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user