Update and fmt event

This commit is contained in:
vCaesar 2017-01-15 16:18:28 +08:00
parent cfc16a18d1
commit 78bf25f1e0
5 changed files with 30 additions and 30 deletions

View File

@ -13,11 +13,11 @@
#include <IOKit/hidsystem/IOHIDLib.h>
#include <IOKit/hidsystem/IOHIDParameter.h>
#endif
#include <stdbool.h>
#include "../iohook.h"
// #include "../logger_c.h"
#include "input.h"
// #include "../logger_c.h"
IOHOOK_API screen_data* hook_create_screen_info(unsigned char *count) {
CGError status = kCGErrorFailure;

View File

@ -6,13 +6,13 @@
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "../iohook.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#ifdef USE_XTEST
#include <X11/extensions/XTest.h>
#endif
#include "../iohook.h"
#include "input.h"
// #include "../logger.h"

View File

@ -11,7 +11,6 @@
#include <pthread.h>
#endif
#include <stdint.h>
#include "../iohook.h"
#include <X11/keysym.h>
#include <X11/Xlibint.h>
@ -31,6 +30,7 @@
// #pragma message("... Assuming single-head display.")
#endif
#include "../iohook.h"
// #include "../logger.h"
#include "input.h"

View File

@ -6,7 +6,6 @@
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "../iohook.h"
#include <X11/Xlib.h>
#ifdef USE_XKB
#include <X11/XKBlib.h>
@ -28,6 +27,7 @@ static XtAppContext xt_context;
static Display *xt_disp;
#endif
#include "../iohook.h"
#include "input.h"
// #include "../logger.h"