aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/window.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-08-06 10:50:16 +0000
committerEugene Sandulenko2010-10-12 22:28:21 +0000
commit87553862d92d462534cb7a050bf481d9cd1d0d59 (patch)
tree65cd08fa6a58888b98d95c5cb240e9515f936727 /engines/sword25/kernel/window.h
parentbf53914c2aedbe340be8fb920a5023020d64c101 (diff)
downloadscummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.tar.gz
scummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.tar.bz2
scummvm-rg350-87553862d92d462534cb7a050bf481d9cd1d0d59.zip
SWORD25: Converted remainder of Kernel/ folder
svn-id: r53216
Diffstat (limited to 'engines/sword25/kernel/window.h')
-rw-r--r--engines/sword25/kernel/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword25/kernel/window.h b/engines/sword25/kernel/window.h
index d8ff3feb4d..18b3930dca 100644
--- a/engines/sword25/kernel/window.h
+++ b/engines/sword25/kernel/window.h
@@ -144,8 +144,9 @@ public:
* Returns the system handle that represents the window. Note that any use of the handle
* will not be portable code.
*/
- virtual unsigned int GetWindowHandle() = 0;
+ virtual uint GetWindowHandle() = 0;
+ virtual void SetWindowAlive(bool v) = 0;
/**
* Specifies whether the window is wanted to be closed. This is used together with CloseWanted()