small fixes regarding throwing pts around to python and back

This commit is contained in:
d1str4ught
2025-08-22 19:58:14 +02:00
parent 66bcca77c2
commit 5b71a1e352
20 changed files with 86 additions and 56 deletions

View File

@@ -1281,7 +1281,7 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
return true;
}
void CPythonApplication::SetGlobalCenterPosition(LONG x, LONG y)
void CPythonApplication::SetGlobalCenterPosition(int32_t x, int32_t y)
{
CPythonBackground& rkBG=CPythonBackground::Instance();
rkBG.GlobalPositionToLocalPosition(x, y);