소스 검색

Simpler thumbnail selection border

master
Bert 13 년 전
부모
커밋
2bad53c33d
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -5
      thumbs.c

+ 2
- 5
thumbs.c 파일 보기

@@ -375,11 +375,8 @@ void tns_highlight(tns_t *tns, win_t *win, int n, Bool hl) {
else
col = win->bgcol;

win_draw_rect(win, win->pm, t->x - 3, t->y - 3, t->w + 6, t->h + 6,
False, 4, col);
if (hl)
win_draw_rect(win, win->pm, t->x - 3, t->y - 3, t->w + 5, t->h + 5,
False, 1, win->black);
win_draw_rect(win, win->pm, t->x - 4, t->y - 4, t->w + 8, t->h + 8,
False, 2, col);
}

win_draw(win);


불러오는 중...
취소
저장