checkpoint. refactored win32 code. had to edit and rename some

files so this is only a checkpoint.
This commit is contained in:
crs
2002-07-15 15:01:36 +00:00
parent f48a5fe387
commit 4b46862026
33 changed files with 1210 additions and 1661 deletions

View File

@@ -73,7 +73,7 @@ CPrimaryScreen::open()
updateKeys();
// get notified of screen saver activation/deactivation
getScreen()->openScreenSaver(true);
getScreen()->openScreensaver(true);
// subclass hook
onPostOpen();
@@ -94,7 +94,7 @@ void
CPrimaryScreen::close()
{
onPreClose();
getScreen()->closeScreenSaver();
getScreen()->closeScreensaver();
destroyWindow();
getScreen()->close();
onPostClose();
@@ -197,12 +197,6 @@ CPrimaryScreen::getClipboard(ClipboardID id,
getScreen()->getClipboard(id, clipboard);
}
SInt32
CPrimaryScreen::getJumpZoneSize() const
{
return 1;
}
void
CPrimaryScreen::onPreRun()
{