remove svn keywords
This commit is contained in:
parent
6c22ab8cd6
commit
2a268c56f1
171 changed files with 18590 additions and 919 deletions
|
|
@ -1,7 +1,6 @@
|
|||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
MwLLColor MwParseColorName(MwWidget handle, const char* color) {
|
||||
MwLLColor MwParseColorName(MwWidget handle, const char* color){
|
||||
if(strcmp(color, "snow") == 0) return MwLLAllocColor(handle->lowlevel, 255, 250, 250);
|
||||
if(strcmp(color, "ghost white") == 0) return MwLLAllocColor(handle->lowlevel, 248, 248, 255);
|
||||
if(strcmp(color, "GhostWhite") == 0) return MwLLAllocColor(handle->lowlevel, 248, 248, 255);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue