]> git.pond.sub.org Git - empserver/commit
Fix client to allow multiple to clients to run concurrently for WIN32
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 1 Feb 2009 14:58:37 +0000 (08:58 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 1 Feb 2009 14:58:37 +0000 (08:58 -0600)
commita7ee69d1126646082ce4354fe4d01057c21c3a83
tree362eaeb3c3003a17e9c5fb8638f598a62bc5ae9d
parentd1ff2a608971573eff769bf068e0e2122e88e531
Fix client to allow multiple to clients to run concurrently for WIN32

Remove the names for the bounce_empty, bounce_full and ctrl_c_event
events. The named events were being shared between all clients running
on a WIN32 machine which created the affect of disconnecting a client
when an input event occurred in another client.  Broken in commit
f082ef9f (v4.3.11).
src/client/play.c