fixed SHM deadlock, need to fix more troubles

This commit is contained in:
2026-07-21 09:50:39 +03:00
parent a3134d31a8
commit 87bf7678b1
14 changed files with 928 additions and 613 deletions

View File

@@ -24,5 +24,5 @@
void client(int fd);
#ifdef IMAGEVIEW
void init_grab_sock(int sock);
int sockcaptured(cc_IMG **img);
int sockcaptured(cc_IMG *img);
#endif