diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-09-04 02:58:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-09-04 02:58:39 +0000 |
| commit | 23aea9b42f24195d915ca3f0c4fa9dca778ba1cd (patch) | |
| tree | 09798841bd2180d994fcaeca86f70ebdc15cac92 /src/Screen.cc | |
| parent | 1f5dd220e735a0a9c0532ff8aa8b361d3327b0f2 (diff) | |
better border support for stuff. add a borderColor resource, and allow borders with gradients. basically, they can only be used with flat stuff (not raised/lowered)
Diffstat (limited to 'src/Screen.cc')
| -rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 2722fe4b..6288b43f 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -2520,6 +2520,8 @@ BTexture BScreen::readDatabaseTexture(const string &rname, texture.setColor(readDatabaseColor(rname + ".color", default_color, style)); texture.setColorTo(readDatabaseColor(rname + ".colorTo", default_color, style)); + texture.setBorderColor(readDatabaseColor(rname + ".borderColor", + default_color, style)); return texture; } |
