an argument check in xf_UpdateWindowArea
This commit is contained in:
parent
087671bcbb
commit
9b12feb237
@ -945,6 +945,10 @@ void xf_UpdateWindowArea(xfContext* xfc, xfAppWindow* appWindow, int x, int y,
|
||||
int width, int height)
|
||||
{
|
||||
int ax, ay;
|
||||
|
||||
if (appWindow == NULL)
|
||||
return;
|
||||
|
||||
ax = x + appWindow->windowOffsetX;
|
||||
ay = y + appWindow->windowOffsetY;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user