mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Resolve errors from clangd
There were some missing headers like <stddef.h> for `NULL`, <wayland-util.h> for `wl_link` and <stdbool.h> for `true`/`false`. Also this commit fixes that `labwc.h` and `ime.h` included each other.
This commit is contained in:
parent
858e1c65cf
commit
7b76b13270
10 changed files with 14 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#ifndef LABWC_DEFAULT_BINDINGS_H
|
||||
#define LABWC_DEFAULT_BINDINGS_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
static struct key_combos {
|
||||
const char *binding, *action;
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue