mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
linux build quick fix
This commit is contained in:
parent
5a31cc35ba
commit
81a2f95279
7 changed files with 3841 additions and 3828 deletions
|
@ -14,7 +14,7 @@ using System.Threading;
|
|||
using IDE.util;
|
||||
|
||||
namespace IDE.ui;
|
||||
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
class ConsolePanel : Panel
|
||||
{
|
||||
class View : Widget
|
||||
|
@ -369,7 +369,9 @@ class ConsolePanel : Panel
|
|||
|
||||
public virtual void Init()
|
||||
{
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
mConsoleProvider = new WinNativeConsoleProvider();
|
||||
#endif
|
||||
}
|
||||
|
||||
public override void Serialize(StructuredData data)
|
||||
|
@ -809,4 +811,5 @@ class ConsolePanel : Panel
|
|||
{
|
||||
mView.SetFocus();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue