mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
71c6fbb5ea
commit
ad211eb9d3
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue