diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:17:45 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:17:45 +0530 | 
| commit | 57f3d5960bd25ef8481d8e2a3b5f359ec20f13ab (patch) | |
| tree | d744022806a5b150564fc35366a79ee33028b2a1 /client.h | |
| parent | abd9f95ecc93dbce19bc23cb45915906ca7478fb (diff) | |
| parent | 15bfffd87a6f9da0bc551db95c7c2a9a069b3708 (diff) | |
Merge branch 'main' into compromyse
Diffstat (limited to 'client.h')
| -rw-r--r-- | client.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -264,8 +264,8 @@ client_is_stopped(Client *c)  	wl_client_get_credentials(c->surface.xdg->client->client, &pid, NULL, NULL);  	if (waitid(P_PID, pid, &in, WNOHANG|WCONTINUED|WSTOPPED|WNOWAIT) < 0) { -		/* This process is not our child process, while is very unluckely that -		 * it is stopped, in order to do not skip frames assume that it is. */ +		/* This process is not our child process, while is very unlikely that +		 * it is stopped, in order to do not skip frames, assume that it is. */  		if (errno == ECHILD)  			return 1;  	} else if (in.si_pid) { | 
