mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-25 08:22:07 +00:00
Native linux support (#1378) (Closes #1375 Closes #1376 Closes #1377 Closes #1374 Closes #1373 Closes #1372 Closes #1371)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Daybreak.Shared.Services.Window;
|
||||
using Daybreak.Shared.Utils;
|
||||
|
||||
namespace Daybreak.Linux.Services.Window;
|
||||
|
||||
//TODO: Implement window manipulation for Linux. This is currently a stub that does nothing, as default window functionality is kept on Linux
|
||||
internal sealed class WindowManipulationService : IWindowManipulationService
|
||||
{
|
||||
public void DragWindow()
|
||||
{
|
||||
}
|
||||
|
||||
public void ResizeWindow(ResizeDirection direction)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user