commit fd7cb18

hovercats  ·  2026-04-14 08:24:11 +0000 UTC
parent 04e26d7
hevel: bump to latest commit
4 files changed,  +10, -5
+5, -0
 1@@ -29,6 +29,11 @@ pkg.deps = {
 2 
 3 exe('hevel', {
 4 	'src/hevel.c',
 5+	'src/input.c',
 6+	'src/scroll.c',
 7+	'src/select.c',
 8+	'src/window.c',
 9+	'src/zoom.c',
10 	'$builddir/pkg/swc/libswc.a',
11 	'$builddir/pkg/wld/libwld.a',
12 	'$builddir/pkg/wayland/libwayland-server.a.d',
+3, -3
 1@@ -1,4 +1,4 @@
 2-From f31bd43c2a8629d2e1aaa93b86b903190eea2e9f Mon Sep 17 00:00:00 2001
 3+From eb4798bb606fcb2a76eecf8b5008d19a1053df48 Mon Sep 17 00:00:00 2001
 4 From: hovercats <hovercatswithlasereyes@protonmail.com>
 5 Date: Thu, 12 Mar 2026 12:33:06 +0100
 6 Subject: [PATCH] dont set path to config.h so we can override it
 7@@ -8,7 +8,7 @@ Subject: [PATCH] dont set path to config.h so we can override it
 8  1 file changed, 1 insertion(+), 1 deletion(-)
 9 
10 diff --git a/src/hevel.h b/src/hevel.h
11-index 0c5577c..91cea4d 100644
12+index 466aee7..491d34f 100644
13 --- a/src/hevel.h
14 +++ b/src/hevel.h
15 @@ -23,7 +23,7 @@
16@@ -19,7 +19,7 @@ index 0c5577c..91cea4d 100644
17 +#include "config.h"
18  #include "nein_cursor.h"
19  
20- typedef enum {
21+ #include "input.h"
22 -- 
23 2.49.0
24 
+1, -1
1@@ -1 +1 @@
2-Subproject commit f5f689cfe2d0f398ad227af1fba2d960cee000c6
3+Subproject commit cce195a2176163f099ed95c9bf7020033bdbbac9
+1, -1
1@@ -1 +1 @@
2-f5f689c r2
3+cce195a