aboutsummaryrefslogtreecommitdiff
path: root/common/coroutines.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-09 17:14:21 +1000
committerPaul Gilbert2012-06-17 17:29:20 +1000
commit269ea2f6be551f3159c1e508e28ebd2a609f5ab0 (patch)
tree56f89c54ec73fe2454d7f70042ab4fa88bed5f8c /common/coroutines.h
parent06b905a218094458b1028d429956639c4a1cde7e (diff)
downloadscummvm-rg350-269ea2f6be551f3159c1e508e28ebd2a609f5ab0.tar.gz
scummvm-rg350-269ea2f6be551f3159c1e508e28ebd2a609f5ab0.tar.bz2
scummvm-rg350-269ea2f6be551f3159c1e508e28ebd2a609f5ab0.zip
COMMON: Change pulseEvent to better reflect how it works in Windows
Diffstat (limited to 'common/coroutines.h')
-rw-r--r--common/coroutines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/coroutines.h b/common/coroutines.h
index 64eabbf8f4..834c67f6e4 100644
--- a/common/coroutines.h
+++ b/common/coroutines.h
@@ -316,6 +316,7 @@ struct EVENT {
uint32 pid;
bool manualReset;
bool signalled;
+ bool pulsing;
};