From ad211eb9d33188ebf092c88fc5cebc0acd5f094a Mon Sep 17 00:00:00 2001 From: koldo Date: Mon, 19 Nov 2018 11:42:16 +0000 Subject: [PATCH] SysInfo_demo_gui: Tiny changes to avoid compiling errors git-svn-id: svn://ultimatepp.org/upp/trunk@12556 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysInfo_demo_gui/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bazaar/SysInfo_demo_gui/main.cpp b/bazaar/SysInfo_demo_gui/main.cpp index 0a1100b6c..bf5793aa3 100644 --- a/bazaar/SysInfo_demo_gui/main.cpp +++ b/bazaar/SysInfo_demo_gui/main.cpp @@ -13,6 +13,8 @@ using namespace Upp; GUI_APP_MAIN { + String pepe = "frefre fproforwejifpoijrfoijrwopjwoerhghgihfdiuhiuwrgi rtgwiuhgiuh iwurhgiuhgiuwhreigu wuireh giwu ghowituhiuwthuiuohoi uhre"; + SysInfoDemo program; SetLanguage(LNGC_('E','N','U','S', CHARSET_UTF8)); @@ -562,7 +564,7 @@ void MouseKeyboard::OnButMouse() Exclamation("Window not found"); return; } - long left, top, right, bottom; + int left, top, right, bottom; Window_GetRect(wnd, left, top, right, bottom); #ifdef PLATFORM_POSIX top -= 10;