summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index cf38c85f09f..1d42d0cb4de 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -5328,7 +5328,8 @@ On Nextstep, this just calls `ns-parse-geometry'. */)
(Lisp_Object string)
{
/* x and y don't need initialization, as they are not accessed
- unless XParseGeometry sets them. */
+ unless XParseGeometry sets them, in which case it always returns
+ a non-zero value. */
int x UNINIT, y UNINIT;
unsigned int width, height;