mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
checkpoint. refactored win32 code. had to edit and rename some
files so this is only a checkpoint.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user