Moves the filters' logging info to work.c, adds parameter info. I also changed the...
[HandBrake.git] / macosx / WhiteBox.m
blob64d5c34909d41476e57afc3ad045bb1da4ef6b88
1 #import "WhiteBox.h"
3 @implementation WhiteBox
5 - (void) drawRect: (NSRect) rect
7     [[NSColor whiteColor] set];
8     [[NSBezierPath bezierPathWithRect: rect] fill];
9     [super drawRect: rect];
11     
12 @end