comparison dwt/widgets/Sash.d @ 151:0ba75290f8ce

Added a bunch of missing defaults to switch statements
author Jacob Carlborg <doob@me.com>
date Wed, 10 Jun 2009 21:52:31 +0200
parents 63a09873578e
children
comparison
equal deleted inserted replaced
150:1ec7c20355bd 151:0ba75290f8ce
364 } 364 }
365 display.setCursorLocation (parent.toDisplay (cursorX, cursorY)); 365 display.setCursorLocation (parent.toDisplay (cursorX, cursorY));
366 } 366 }
367 break; 367 break;
368 } 368 }
369 default:
369 } 370 }
370 return true; 371 return true;
371 } 372 }
372 373
373 void mouseDown(objc.id id, objc.SEL sel, objc.id theEvent) { 374 void mouseDown(objc.id id, objc.SEL sel, objc.id theEvent) {