1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

added interwoven gradient

This commit is contained in:
kojima
2000-05-21 15:33:27 +00:00
parent 16949246ee
commit e7771be157
4 changed files with 97 additions and 7 deletions

View File

@@ -560,7 +560,6 @@ getColormap(RContext *context, int screen_number)
&cmaps, &ncmaps, XA_RGB_DEFAULT_MAP)) {
for (i=0; i<ncmaps; ++i) {
if (cmaps[i].visualid == context->visual->visualid) {
puts("ACHOU");
cmap = cmaps[i].colormap;
break;
}