diff options
author | Rr42 | 2018-06-15 10:05:39 +0530 |
---|---|---|
committer | Rr42 | 2018-06-15 10:05:39 +0530 |
commit | 7ee6d232a84e011ce51313912fa547058985987c (patch) | |
tree | 22776305882855538ed67deb8cf2d6058dd09ca9 /ldmicro/draw_outputdev.cpp | |
parent | 24a0e93b819ab10925688ed4596c3f90ce8e3f78 (diff) | |
download | LDMicroGtk-7ee6d232a84e011ce51313912fa547058985987c.tar.gz LDMicroGtk-7ee6d232a84e011ce51313912fa547058985987c.tar.bz2 LDMicroGtk-7ee6d232a84e011ce51313912fa547058985987c.zip |
Minor changes
Diffstat (limited to 'ldmicro/draw_outputdev.cpp')
-rw-r--r-- | ldmicro/draw_outputdev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/draw_outputdev.cpp b/ldmicro/draw_outputdev.cpp index fdb8bc2..c9a75d3 100644 --- a/ldmicro/draw_outputdev.cpp +++ b/ldmicro/draw_outputdev.cpp @@ -243,7 +243,7 @@ void PaintWindow(HCRDC hcr) SelectObject(hcr, FixedWidthFont); - TextOut(hcr, 50, 100, "-----HELLO----", 14); + TextOut(hcr, 5, 100, "-------] [-------------------------------------------------------------------------------------------------------------------------------------------------{RES}-------", 14); // static HBITMAP BackBitmap; // static HDC BackDc; // static int BitmapWidth; |