keyboard: replace xkbcommon by kbvm
This commit is contained in:
parent
51ceba72b0
commit
541a7b5ebc
23 changed files with 532 additions and 738 deletions
17
src/bridge.c
17
src/bridge.c
|
|
@ -30,20 +30,3 @@ void jay_libinput_log_handler_bridge(
|
|||
jay_libinput_log_handler(libinput, priority, line);
|
||||
free(line);
|
||||
}
|
||||
|
||||
void jay_xkbcommon_log_handler(
|
||||
void *ctx,
|
||||
int xkb_log_level,
|
||||
const char *line
|
||||
);
|
||||
|
||||
void jay_xkbcommon_log_handler_bridge(
|
||||
void *ctx,
|
||||
int xkb_log_level,
|
||||
const char *format,
|
||||
va_list args
|
||||
) {
|
||||
char *line = fmt(format, args);
|
||||
jay_xkbcommon_log_handler(ctx, xkb_log_level, line);
|
||||
free(line);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue