don't limit the highlight at all
This commit is contained in:
parent
875ce8edf4
commit
6b05306a28
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ static gboolean read_appearance(XrmDatabase db, const RrInstance *inst,
|
||||||
if (!read_color(db, inst, icname,
|
if (!read_color(db, inst, icname,
|
||||||
&value->surface.interlace_color))
|
&value->surface.interlace_color))
|
||||||
value->surface.interlace_color = RrColorNew(inst, 0, 0, 0);
|
value->surface.interlace_color = RrColorNew(inst, 0, 0, 0);
|
||||||
if (read_int(db, hname, &i) && i >= 0 && i <= 255)
|
if (read_int(db, hname, &i) && i >= 0)
|
||||||
value->surface.bevel_light_adjust = i;
|
value->surface.bevel_light_adjust = i;
|
||||||
if (read_int(db, sname, &i) && i >= 0 && i <= 255)
|
if (read_int(db, sname, &i) && i >= 0 && i <= 255)
|
||||||
value->surface.bevel_dark_adjust = i;
|
value->surface.bevel_dark_adjust = i;
|
||||||
|
|
Loading…
Reference in a new issue