source: releases/AntiRSI/1.4njr3/AntiRSILevelIndicator.m

Last change on this file was 327, checked in by Nicholas Riley, 17 years ago

One day, I will understand svn import's syntax and not have to look it up (and still mess up).

File size: 133 bytes
Line 
1#import "AntiRSILevelIndicator.h"
2
3@implementation AntiRSILevelIndicator
4
5- (BOOL)mouseDownCanMoveWindow;
6{
7 return true;
8}
9
10@end
Note: See TracBrowser for help on using the repository browser.