From a123725a12e948d78badb2cb686d38548f1c633b Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 6 Apr 2023 23:23:46 +0200 Subject: Implement window handling Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region --- test/fake-reactor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/fake-reactor.h') diff --git a/test/fake-reactor.h b/test/fake-reactor.h index 04d8306..33d1fbc 100644 --- a/test/fake-reactor.h +++ b/test/fake-reactor.h @@ -1,7 +1,8 @@ -#include "reactor.h" #include #include +#include "dged/reactor.h" + struct fake_reactor_impl { bool (*poll_event)(void *userdata, uint32_t ev_id); uint32_t (*register_interest)(void *userdata, int fd, enum interest interest); -- cgit v1.2.3