From 91b6f741319db604db7993a06d2bca60e542caf8 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 3 Aug 2018 06:36:48 -0400 Subject: [PATCH] move hook to cdeps --- {event => cdeps}/hook/darwin/event_c.h | 0 {event => cdeps}/hook/darwin/hook_c.h | 0 {event => cdeps}/hook/darwin/input.h | 0 {event => cdeps}/hook/darwin/input_c.h | 0 {event => cdeps}/hook/darwin/properties_c.h | 0 {event => cdeps}/hook/iohook.h | 0 {event => cdeps}/hook/logger.h | 0 {event => cdeps}/hook/logger_c.h | 0 {event => cdeps}/hook/windows/event_c.h | 0 {event => cdeps}/hook/windows/hook_c.h | 0 {event => cdeps}/hook/windows/input.h | 0 {event => cdeps}/hook/windows/input_c.h | 0 {event => cdeps}/hook/windows/properties_c.h | 0 {event => cdeps}/hook/x11/event_c.h | 0 {event => cdeps}/hook/x11/hook_c.h | 0 {event => cdeps}/hook/x11/input.h | 0 {event => cdeps}/hook/x11/input_c.h | 0 {event => cdeps}/hook/x11/properties_c.h | 0 event/pub.h | 26 ++++++++++---------- 19 files changed, 13 insertions(+), 13 deletions(-) rename {event => cdeps}/hook/darwin/event_c.h (100%) rename {event => cdeps}/hook/darwin/hook_c.h (100%) rename {event => cdeps}/hook/darwin/input.h (100%) rename {event => cdeps}/hook/darwin/input_c.h (100%) rename {event => cdeps}/hook/darwin/properties_c.h (100%) rename {event => cdeps}/hook/iohook.h (100%) rename {event => cdeps}/hook/logger.h (100%) rename {event => cdeps}/hook/logger_c.h (100%) rename {event => cdeps}/hook/windows/event_c.h (100%) rename {event => cdeps}/hook/windows/hook_c.h (100%) rename {event => cdeps}/hook/windows/input.h (100%) rename {event => cdeps}/hook/windows/input_c.h (100%) rename {event => cdeps}/hook/windows/properties_c.h (100%) rename {event => cdeps}/hook/x11/event_c.h (100%) rename {event => cdeps}/hook/x11/hook_c.h (100%) rename {event => cdeps}/hook/x11/input.h (100%) rename {event => cdeps}/hook/x11/input_c.h (100%) rename {event => cdeps}/hook/x11/properties_c.h (100%) diff --git a/event/hook/darwin/event_c.h b/cdeps/hook/darwin/event_c.h similarity index 100% rename from event/hook/darwin/event_c.h rename to cdeps/hook/darwin/event_c.h diff --git a/event/hook/darwin/hook_c.h b/cdeps/hook/darwin/hook_c.h similarity index 100% rename from event/hook/darwin/hook_c.h rename to cdeps/hook/darwin/hook_c.h diff --git a/event/hook/darwin/input.h b/cdeps/hook/darwin/input.h similarity index 100% rename from event/hook/darwin/input.h rename to cdeps/hook/darwin/input.h diff --git a/event/hook/darwin/input_c.h b/cdeps/hook/darwin/input_c.h similarity index 100% rename from event/hook/darwin/input_c.h rename to cdeps/hook/darwin/input_c.h diff --git a/event/hook/darwin/properties_c.h b/cdeps/hook/darwin/properties_c.h similarity index 100% rename from event/hook/darwin/properties_c.h rename to cdeps/hook/darwin/properties_c.h diff --git a/event/hook/iohook.h b/cdeps/hook/iohook.h similarity index 100% rename from event/hook/iohook.h rename to cdeps/hook/iohook.h diff --git a/event/hook/logger.h b/cdeps/hook/logger.h similarity index 100% rename from event/hook/logger.h rename to cdeps/hook/logger.h diff --git a/event/hook/logger_c.h b/cdeps/hook/logger_c.h similarity index 100% rename from event/hook/logger_c.h rename to cdeps/hook/logger_c.h diff --git a/event/hook/windows/event_c.h b/cdeps/hook/windows/event_c.h similarity index 100% rename from event/hook/windows/event_c.h rename to cdeps/hook/windows/event_c.h diff --git a/event/hook/windows/hook_c.h b/cdeps/hook/windows/hook_c.h similarity index 100% rename from event/hook/windows/hook_c.h rename to cdeps/hook/windows/hook_c.h diff --git a/event/hook/windows/input.h b/cdeps/hook/windows/input.h similarity index 100% rename from event/hook/windows/input.h rename to cdeps/hook/windows/input.h diff --git a/event/hook/windows/input_c.h b/cdeps/hook/windows/input_c.h similarity index 100% rename from event/hook/windows/input_c.h rename to cdeps/hook/windows/input_c.h diff --git a/event/hook/windows/properties_c.h b/cdeps/hook/windows/properties_c.h similarity index 100% rename from event/hook/windows/properties_c.h rename to cdeps/hook/windows/properties_c.h diff --git a/event/hook/x11/event_c.h b/cdeps/hook/x11/event_c.h similarity index 100% rename from event/hook/x11/event_c.h rename to cdeps/hook/x11/event_c.h diff --git a/event/hook/x11/hook_c.h b/cdeps/hook/x11/hook_c.h similarity index 100% rename from event/hook/x11/hook_c.h rename to cdeps/hook/x11/hook_c.h diff --git a/event/hook/x11/input.h b/cdeps/hook/x11/input.h similarity index 100% rename from event/hook/x11/input.h rename to cdeps/hook/x11/input.h diff --git a/event/hook/x11/input_c.h b/cdeps/hook/x11/input_c.h similarity index 100% rename from event/hook/x11/input_c.h rename to cdeps/hook/x11/input_c.h diff --git a/event/hook/x11/properties_c.h b/cdeps/hook/x11/properties_c.h similarity index 100% rename from event/hook/x11/properties_c.h rename to cdeps/hook/x11/properties_c.h diff --git a/event/pub.h b/event/pub.h index 2e116f6..f1c3ed3 100644 --- a/event/pub.h +++ b/event/pub.h @@ -16,21 +16,21 @@ #include "../base/os.h" #if defined(IS_MACOSX) - #include "hook/darwin/input_c.h" - #include "hook/darwin/hook_c.h" - #include "hook/darwin/event_c.h" - #include "hook/darwin/properties_c.h" + #include "../cdeps/hook/darwin/input_c.h" + #include "../cdeps/hook/darwin/hook_c.h" + #include "../cdeps/hook/darwin/event_c.h" + #include "../cdeps/hook/darwin/properties_c.h" #elif defined(USE_X11) //#define USE_XKBCOMMON 0 - #include "hook/x11/input_c.h" - #include "hook/x11/hook_c.h" - #include "hook/x11/event_c.h" - #include "hook/x11/properties_c.h" + #include "../cdeps/hook/x11/input_c.h" + #include "../cdeps/hook/x11/hook_c.h" + #include "../cdeps/hook/x11/event_c.h" + #include "../cdeps/hook/x11/properties_c.h" #elif defined(IS_WINDOWS) - #include "hook/windows/input_c.h" - #include "hook/windows/hook_c.h" - #include "hook/windows/event_c.h" - #include "hook/windows/properties_c.h" + #include "../cdeps/hook/windows/input_c.h" + #include "../cdeps/hook/windows/hook_c.h" + #include "../cdeps/hook/windows/event_c.h" + #include "../cdeps/hook/windows/properties_c.h" #endif #include @@ -38,7 +38,7 @@ #include #include #include -#include "hook/iohook.h" +#include "../cdeps/hook/iohook.h" int vccode[100];