Usermode/AxWin4 - Fixing ID lookups of windows and clients
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / ipc.hpp
index 729f153..5706a85 100644 (file)
@@ -28,6 +28,7 @@ extern void   Initialise(const CConfigIPC& config, CCompositor& compositor);
 extern int     FillSelect(::fd_set& rfds);
 extern void    HandleSelect(const ::fd_set& rfds);
 extern void    RegisterClient(CClient& client);
+extern CClient*        GetClientByID(uint16_t id);
 extern void    DeregisterClient(CClient& client);
 
 extern void    SendMessage_NotifyDims(CClient& client, unsigned int NewW, unsigned int NewH);

UCC git Repository :: git.ucc.asn.au