diff options
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 89f58ba6a68..5cbdcf15abf 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4037,7 +4037,7 @@ On Nextstep, this just calls `ns-parse-geometry'. */) CHECK_STRING (string); - geometry = XParseGeometry ((char *) SDATA (string), + geometry = XParseGeometry (SSDATA (string), &x, &y, &width, &height); result = Qnil; if (geometry & XValue) @@ -4637,4 +4637,3 @@ automatically. See also `mouse-autoselect-window'. */); #endif } - |