From e1eb2a339caf6509d12195deb8a2911f2cc57386 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 26 May 2023 11:34:07 -0400 Subject: "*" --- p9c/scratch/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p9c/scratch') diff --git a/p9c/scratch/mouse.c b/p9c/scratch/mouse.c index 6e18e3c..21c6d33 100644 --- a/p9c/scratch/mouse.c +++ b/p9c/scratch/mouse.c @@ -41,7 +41,7 @@ main(int argc, char* argv[]) if(m.buttons & 1) { line(screen, prevm.x == -1 ? m.xy : prevm, - m.xy, Enddisc, Enddisc, 1, display->black, ZP); + m.xy, Enddisc, Enddisc, 1, display->black, ZP); // where the int after Enddisc with the width of the line drawn prevm = m.xy; } else { prevm = Pt(-1, -1); -- cgit 1.4.1-2-gfad0 ge='this.form.submit();'> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log blame commit diff stats
path: root/src/LYUpload.h
blob: 563c063ee276fccfe0c06e7c034afaf0a7d9237c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11