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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GdiTest/Main.cs b/GdiTest/Main.cs
index 232dd72..7e1b01e 100644
--- a/GdiTest/Main.cs
+++ b/GdiTest/Main.cs
@@ -11,7 +11,7 @@ namespace GdiTest
Application.Init ();
MainWindow w = new MainWindow ();
- DrawingArea lineDrawingArea = new LineDrawingArea ();
+ DrawingArea lineDrawingArea = new BitBltDrawingArea ();
Box box = new HBox (true, 0);
box.Add (lineDrawingArea);