Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[ITKit.git] / ITBevelView.m
index ce845c6..d5beb0d 100755 (executable)
     [[[self subviews] objectAtIndex:0] setNeedsDisplay:YES];
 }
 
+- (BOOL)mouseDownCanMoveWindow
+{
+    return NO;
+}
+
 
 /*************************************************************************/
 #pragma mark -