comparison dwt/graphics/Device.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 ad4e1fe71a5a
children
comparison
equal deleted inserted replaced
150:1ec7c20355bd 151:0ba75290f8ce
468 case DWT.COLOR_YELLOW: return COLOR_YELLOW; 468 case DWT.COLOR_YELLOW: return COLOR_YELLOW;
469 case DWT.COLOR_BLUE: return COLOR_BLUE; 469 case DWT.COLOR_BLUE: return COLOR_BLUE;
470 case DWT.COLOR_MAGENTA: return COLOR_MAGENTA; 470 case DWT.COLOR_MAGENTA: return COLOR_MAGENTA;
471 case DWT.COLOR_CYAN: return COLOR_CYAN; 471 case DWT.COLOR_CYAN: return COLOR_CYAN;
472 case DWT.COLOR_WHITE: return COLOR_WHITE; 472 case DWT.COLOR_WHITE: return COLOR_WHITE;
473 default:
473 } 474 }
474 return COLOR_BLACK; 475 return COLOR_BLACK;
475 } 476 }
476 477
477 /** 478 /**