diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index a0da55c0e9d..8ee8e4203fc 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -5327,7 +5327,7 @@ or a list (- N) meaning -N pixels relative to bottom/right corner. | |||
| 5327 | On Nextstep, this just calls `ns-parse-geometry'. */) | 5327 | On Nextstep, this just calls `ns-parse-geometry'. */) |
| 5328 | (Lisp_Object string) | 5328 | (Lisp_Object string) |
| 5329 | { | 5329 | { |
| 5330 | int geometry, x, y; | 5330 | int geometry, x = 0, y = 0; |
| 5331 | unsigned int width, height; | 5331 | unsigned int width, height; |
| 5332 | Lisp_Object result; | 5332 | Lisp_Object result; |
| 5333 | 5333 | ||