rename activate to activatex11 for consistency
This commit is contained in:
		
							
								
								
									
										6
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								dwl.c
									
									
									
									
									
								
							| @@ -152,7 +152,7 @@ struct render_data { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| /* function declarations */ | /* function declarations */ | ||||||
| static void activate(struct wl_listener *listener, void *data); | static void activatex11(struct wl_listener *listener, void *data); | ||||||
| static void applybounds(Client *c, struct wlr_box *bbox); | static void applybounds(Client *c, struct wlr_box *bbox); | ||||||
| static void applyrules(Client *c); | static void applyrules(Client *c); | ||||||
| static void arrange(Monitor *m); | static void arrange(Monitor *m); | ||||||
| @@ -275,7 +275,7 @@ static struct wl_listener xwayland_ready = {.notify = xwaylandready}; | |||||||
|  |  | ||||||
| /* function implementations */ | /* function implementations */ | ||||||
| void | void | ||||||
| activate(struct wl_listener *listener, void *data) | activatex11(struct wl_listener *listener, void *data) | ||||||
| { | { | ||||||
|        Client *c = wl_container_of(listener, c, activate); |        Client *c = wl_container_of(listener, c, activate); | ||||||
|  |  | ||||||
| @@ -577,7 +577,7 @@ createnotifyx11(struct wl_listener *listener, void *data) | |||||||
| 		c->map.notify = maprequest; | 		c->map.notify = maprequest; | ||||||
| 		c->unmap.notify = unmapnotify; | 		c->unmap.notify = unmapnotify; | ||||||
| 		/* Only "managed" windows can be activated */ | 		/* Only "managed" windows can be activated */ | ||||||
| 		c->activate.notify = activate; | 		c->activate.notify = activatex11; | ||||||
| 		wl_signal_add(&xwayland_surface->events.request_activate, &c->activate); | 		wl_signal_add(&xwayland_surface->events.request_activate, &c->activate); | ||||||
| 	} else { | 	} else { | ||||||
| 		c->map.notify = maprequestindependent; | 		c->map.notify = maprequestindependent; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user