diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 3 |
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'. */) | |||
| 5328 | (Lisp_Object string) | 5328 | (Lisp_Object string) |
| 5329 | { | 5329 | { |
| 5330 | /* x and y don't need initialization, as they are not accessed | 5330 | /* x and y don't need initialization, as they are not accessed |
| 5331 | unless XParseGeometry sets them. */ | 5331 | unless XParseGeometry sets them, in which case it always returns |
| 5332 | a non-zero value. */ | ||
| 5332 | int x UNINIT, y UNINIT; | 5333 | int x UNINIT, y UNINIT; |
| 5333 | unsigned int width, height; | 5334 | unsigned int width, height; |
| 5334 | 5335 | ||