From 6854c86eb2ba636ed7aad9704222bef71a34d6fe Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 9 Nov 2004 11:23:49 +0000 Subject: Fixed potential crash svn-id: r15758 --- backends/PalmOS/Src/palm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/PalmOS/Src/palm.cpp b/backends/PalmOS/Src/palm.cpp index 5c3209a745..831aedcef8 100644 --- a/backends/PalmOS/Src/palm.cpp +++ b/backends/PalmOS/Src/palm.cpp @@ -113,6 +113,7 @@ void OSystem_PALMOS::setWindowCaption(const char *caption) { Coord h = FntLineHeight() + 2; Coord w, y; + WinSetActiveWindow(WinGetDisplayWindow()); WinSetBackColor(0); WinSetTextColor(255); -- cgit v1.2.3