mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-29 21:37:42 -04:00
fix: use uint32_t instead of u_int32_t for musl libc compatibility
This commit is contained in:
parent
d702cc2c22
commit
8e1de189ce
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ typedef struct {
|
||||||
struct wl_listener key;
|
struct wl_listener key;
|
||||||
struct wl_listener destroy;
|
struct wl_listener destroy;
|
||||||
|
|
||||||
u_int32_t layout_index;
|
uint32_t layout_index;
|
||||||
} KeyboardGroup;
|
} KeyboardGroup;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue