shithub: zuke

Download patch

ref: 5627fda2586f9c4e53d0e316401aaa1937e34de8
parent: 412ccf577fc5e78f0bf8998969ad531d2bb55608
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Aug 13 05:19:17 EDT 2020

same as last commit but better

--- a/zuke.c
+++ b/zuke.c
@@ -939,7 +939,7 @@
 
 			n = (m.xy.y - screen->r.min.y)/f->height;
 
-			if(oldbuttons == 0 && !scrolling && ptinrect(m.xy, insetrect(seekbar, -3))){
+			if(oldbuttons == 0 && !scrolling && ptinrect(m.xy, insetrect(seekbar, -4))){
 				m.xy.x--;
 				if(ptinrect(m.xy, seekbar)){
 					double off = getmeta(pcurplaying)->duration * (double)(m.xy.x-seekbar.min.x) / (double)Dx(seekbar);