From 66b650032aa1f874469cc3ec44f3929d982ff727 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 16 Feb 2025 14:47:03 +0100 Subject: [PATCH] do not regenerate bindings automatically, fix example --- ServicePoint.Example/Program.cs | 2 +- ServicePoint/ServicePoint.csproj | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/ServicePoint.Example/Program.cs b/ServicePoint.Example/Program.cs index 37015ee..10cb874 100644 --- a/ServicePoint.Example/Program.cs +++ b/ServicePoint.Example/Program.cs @@ -15,6 +15,6 @@ for (ulong offset = 0; offset < ulong.MaxValue; offset++) for (ulong y = 0; y < pixels.Height(); y++) pixels.Set((y + offset) % pixels.Width(), y, true); - connection.Send(Command.BitmapLinearWin(0, 0, pixels)); + connection.Send(Command.BitmapLinearWin(0, 0, pixels, CompressionCode.Lzma)); Thread.Sleep(14); } diff --git a/ServicePoint/ServicePoint.csproj b/ServicePoint/ServicePoint.csproj index 24ca0ef..0468c96 100644 --- a/ServicePoint/ServicePoint.csproj +++ b/ServicePoint/ServicePoint.csproj @@ -23,14 +23,6 @@ true - - - - - - - -