diff -r 000000000000 -r 2068331949ee MYWindowUtils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MYWindowUtils.h Thu May 14 20:44:32 2009 -0700 @@ -0,0 +1,16 @@ +// +// MYWindowUtils.h +// Murky +// +// Created by Jens Alfke on 5/5/09. +// Copyright 2009 Jens Alfke. All rights reserved. +// + +#import + + +@interface NSWindow (MYUtilities) + +- (void) my_setTitleBarIcon: (NSImage*)icon; + +@end