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:
@@ -331,6 +331,12 @@ CXWindowsPrimaryScreen::onEvent(CEvent* event)
|
||||
return false;
|
||||
}
|
||||
|
||||
SInt32
|
||||
CXWindowsPrimaryScreen::getJumpZoneSize() const
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
CXWindowsPrimaryScreen::onPreRun()
|
||||
{
|
||||
@@ -419,7 +425,7 @@ CXWindowsPrimaryScreen::createWindow()
|
||||
selectEvents(display, m_screen->getRoot());
|
||||
}
|
||||
|
||||
// tell our superclass about the window
|
||||
// tell generic screen about the window
|
||||
m_screen->setWindow(m_window);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user