comparison src/gui_gtk_x11.c @ 818:1f929f3ca806 v7.0c03

updated for version 7.0c03
author vimboss
date Wed, 29 Mar 2006 21:18:24 +0000
parents f40f1a8520ff
children 8dd456c1e283
comparison
equal deleted inserted replaced
817:6897668c467f 818:1f929f3ca806
5350 {"DarkBlue", "#0000BB"}, 5350 {"DarkBlue", "#0000BB"},
5351 {"DarkRed", "#BB0000"}, 5351 {"DarkRed", "#BB0000"},
5352 {"DarkMagenta", "#BB00BB"}, 5352 {"DarkMagenta", "#BB00BB"},
5353 {"DarkGrey", "#BBBBBB"}, 5353 {"DarkGrey", "#BBBBBB"},
5354 {"DarkYellow", "#BBBB00"}, 5354 {"DarkYellow", "#BBBB00"},
5355 {"Grey90", "#E5E5E5"},
5356 {"Gray90", "#E5E5E5"},
5355 {NULL, NULL} 5357 {NULL, NULL}
5356 }; 5358 };
5357 5359
5358 if (!gui.in_use) /* can't do this when GUI not running */ 5360 if (!gui.in_use) /* can't do this when GUI not running */
5359 return INVALCOLOR; 5361 return INVALCOLOR;