OSDN Git Service

Improved debug messages for Cell start/stop with Cell number and block.
[handbrake-jp/handbrake-jp-git.git] / macosx / WhiteBox.m
1 #import "WhiteBox.h"
2
3 @implementation WhiteBox
4
5 - (void) drawRect: (NSRect) rect
6 {
7     [[NSColor whiteColor] set];
8     [[NSBezierPath bezierPathWithRect: rect] fill];
9     [super drawRect: rect];
10 }
11     
12 @end