#include #include #include "GSDrawFunctions.h" @interface GSTableCornerView : NSView {} @end @implementation GSTableCornerView (theme) - (void) drawRect: (NSRect) cellFrame { [THEME drawTableHeaderCornerInRect: cellFrame]; } @end