Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GdiTest/FreeRDPGDI.cs')
-rw-r--r--GdiTest/FreeRDPGDI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/GdiTest/FreeRDPGDI.cs b/GdiTest/FreeRDPGDI.cs
index ab3bd4a..a38b5f7 100644
--- a/GdiTest/FreeRDPGDI.cs
+++ b/GdiTest/FreeRDPGDI.cs
@@ -77,12 +77,12 @@ namespace GdiTest
return false;
}
- public override int GetPixel(IntPtr hdc, int X, int Y)
+ public override uint GetPixel(IntPtr hdc, int X, int Y)
{
return 0;
}
- public override int SetPixel(IntPtr hdc, int X, int Y, int crColor)
+ public override uint SetPixel(IntPtr hdc, int X, int Y, int crColor)
{
return 0;
}