opt: change unsigned int to uint32_t

This commit is contained in:
DreamMaoMao 2025-12-02 16:58:04 +08:00
parent ca3ff578fa
commit 9bf87a9610
20 changed files with 313 additions and 328 deletions

View file

@ -4,7 +4,7 @@ static struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
void handle_foreign_activate_request(struct wl_listener *listener, void *data) {
Client *c = wl_container_of(listener, c, foreign_activate_request);
unsigned int target;
uint32_t target;
if (c && c->swallowing)
return;