When we receive a distributed notification, any objects added to the autorelease...
[adiumx.git] / Source / ESGlassSplitView.h
blob9390064f3ae6a12ca72f956e77381b1f879709e8
1 //
2 // ESGlassSplitView.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 6/30/06.
6 // Copyright 2006 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 @interface ESGlassSplitView : NSSplitView {
12 NSImage *background;
13 NSSize backgroundSize;
16 @end