SysInfo_demo_gui: Tiny changes to avoid compiling errors

git-svn-id: svn://ultimatepp.org/upp/trunk@12556 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2018-11-19 11:42:16 +00:00
parent 71c6fbb5ea
commit ad211eb9d3

View file

@ -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;