Lines Matching refs:shadow
99 "theme.shadow.color", COLOR, &t.shadow.color},
101 "theme.shadow.y", UINT, &t.shadow.y},
102 {"", "theme.shadow.x", UINT, &t.shadow.x},
313 * Set t.shadow.[y|x] for compatibilty.
317 t.shadow.y = t.shadow.x = 0;
390 t.shadow.color = bsddialog_color(col[0], col[0], 0);
391 t.shadow.y = 1,
392 t.shadow.x = 2,