mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-19 12:27:28 +00:00
Fix line endings.
This commit is contained in:
parent
d154c7fe0b
commit
e1cfb32554
|
@ -338,7 +338,7 @@ namespace OpenTK.Graphics
|
||||||
{
|
{
|
||||||
Form form = new Form();
|
Form form = new Form();
|
||||||
form.ShowInTaskbar = false;
|
form.ShowInTaskbar = false;
|
||||||
form.StartPosition = FormStartPosition.Manual;
|
form.StartPosition = FormStartPosition.Manual;
|
||||||
form.WindowState = FormWindowState.Maximized;
|
form.WindowState = FormWindowState.Maximized;
|
||||||
form.FormBorderStyle = FormBorderStyle.None;
|
form.FormBorderStyle = FormBorderStyle.None;
|
||||||
form.TopMost = true;
|
form.TopMost = true;
|
||||||
|
@ -354,11 +354,11 @@ namespace OpenTK.Graphics
|
||||||
void MoveToStartPositions()
|
void MoveToStartPositions()
|
||||||
{
|
{
|
||||||
int count = 0;
|
int count = 0;
|
||||||
foreach (Screen s in Screen.AllScreens)
|
foreach (Screen s in Screen.AllScreens)
|
||||||
{
|
{
|
||||||
// forms[count++].Location = new System.Drawing.Point(s.Bounds.X, s.Bounds.Y);
|
// forms[count++].Location = new System.Drawing.Point(s.Bounds.X, s.Bounds.Y);
|
||||||
//forms[count].Size = new System.Drawing.Size(4096, 4096);
|
//forms[count].Size = new System.Drawing.Size(4096, 4096);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue