opt: change unsigned int to uint32_t
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user