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