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:
DreamMaoMao 2026-05-29 20:36:53 +08:00 committed by GitHub
commit 509321fc86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {