This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Made selection border in thumb mode 3px wide
master
Bert
13 years ago
parent
0a171a9c8b
commit
5f780fc3e7
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
thumbs.c
+ 2
- 2
thumbs.c
View File
@@ -373,8 +373,8 @@ void tns_highlight(tns_t *tns, win_t *win, int n, Bool hl) {
else
else
col = win->bgcol;
col = win->bgcol;
win_draw_rect(win, win->pm, t->x -
2, t->y - 2, t->w + 4, t->h + 4
,
win_draw_rect(win, win->pm, t->x -
3, t->y - 3, t->w + 5, t->h + 5
,
False,
2
, col);
False,
3
, col);
}
}
win_draw(win);
win_draw(win);
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save