Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit860be97

Browse files
update
1 parent98a2b0b commit860be97

File tree

16 files changed

+75747
-74013
lines changed

16 files changed

+75747
-74013
lines changed

‎ebOSgui/Gui/images.cs‎

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

‎ebOSgui/Kernel.cs‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ protected override void Run()
5353
catch(Exceptione)
5454
{
5555
//mDebugger.Send("Exception occurred: " + e.Message);
56-
Sys.Power.Shutdown();
56+
canvas.Disable();
57+
System.Console.WriteLine(e);
5758
}
5859
}
5960
staticvoiddrawmouse()
@@ -94,9 +95,10 @@ static void drawbutton()
9495
Penblackpen=newPen(Color.Black);
9596
Penwhitepen=newPen(Color.White);
9697
canvas.DrawFilledRectangle(blackpen,bp,bw,bh);
98+
//canvas.DrawArc(32, 32, 10, 20, whitepen, 180, 0);
9799
//canvas.DrawString("shutdown", whitepen,new Sys.Graphics.Fonts.PCScreenFont,new Sys.Graphics.Point(32, 32));
98100
//Bitmap shutdown = new Bitmap(120, 30, images.shutdown, ColorDepth.ColorDepth32);
99-
//canvas.DrawImage(shutdown, new Sys.Graphics.Point(32, 32));
101+
//canvas.DrawImage(images.shutdown, new Sys.Graphics.Point(32, 32));
100102
}
101103
staticvoidbutton()
102104
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp