diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index a56a302a2b5..20c82a79582 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1648,7 +1648,7 @@ x_figure_window_size (f, parms) | |||
| 1648 | if (f->display.x->top_pos < 0) | 1648 | if (f->display.x->top_pos < 0) |
| 1649 | window_prompting |= YNegative; | 1649 | window_prompting |= YNegative; |
| 1650 | if (f->display.x->left_pos < 0) | 1650 | if (f->display.x->left_pos < 0) |
| 1651 | window_prompting |= YNegative; | 1651 | window_prompting |= XNegative; |
| 1652 | window_prompting |= USPosition; | 1652 | window_prompting |= USPosition; |
| 1653 | } | 1653 | } |
| 1654 | else if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound)) | 1654 | else if (! EQ (tem0, Qunbound) || ! EQ (tem1, Qunbound)) |
| @@ -2288,7 +2288,7 @@ be shared by the new frame.") | |||
| 2288 | /* With the toolkit, the geometry management is done in x_window. */ | 2288 | /* With the toolkit, the geometry management is done in x_window. */ |
| 2289 | #ifndef USE_X_TOOLKIT | 2289 | #ifndef USE_X_TOOLKIT |
| 2290 | BLOCK_INPUT; | 2290 | BLOCK_INPUT; |
| 2291 | x_wm_set_size_hint (f, window_prompting, 1); | 2291 | x_wm_set_size_hint (f, window_prompting, 0); |
| 2292 | UNBLOCK_INPUT; | 2292 | UNBLOCK_INPUT; |
| 2293 | #endif /* USE_X_TOOLKIT */ | 2293 | #endif /* USE_X_TOOLKIT */ |
| 2294 | 2294 | ||