handle missing return values

This commit is contained in:
Patrick Georgi
2025-12-09 22:38:19 +01:00
parent 1b852f19a5
commit 7ab683d29a
22 changed files with 48 additions and 41 deletions

View File

@@ -2049,6 +2049,7 @@ QueryGeometry(
desired->width = 1;
if (desired->height == 0)
desired->height = 1;
return XtGeometryYes;
}
/*