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/Main.cs')
-rw-r--r--GdiTest/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/GdiTest/Main.cs b/GdiTest/Main.cs
index 7e1b01e..a72d184 100644
--- a/GdiTest/Main.cs
+++ b/GdiTest/Main.cs
@@ -8,6 +8,7 @@ namespace GdiTest
{
public static void Main (string[] args)
{
+ Gdi32.init();
Application.Init ();
MainWindow w = new MainWindow ();