diff --git a/src/widget.c b/src/widget.c index e8eaf0fadf..4c00e35333 100644 --- a/src/widget.c +++ b/src/widget.c @@ -315,8 +315,8 @@ update_wm_hints (EmacsFrame ew) XtVaSetValues (wmshell, XtNbaseWidth, (XtArgVal) base_width, XtNbaseHeight, (XtArgVal) base_height, - XtNwidthInc, (XtArgVal) (frame_resize_pixelwise ? 1 : cw), - XtNheightInc, (XtArgVal) (frame_resize_pixelwise ? 1 : ch), + XtNwidthInc, (XtArgVal) (cw), + XtNheightInc, (XtArgVal) (ch), XtNminWidth, (XtArgVal) base_width, XtNminHeight, (XtArgVal) base_height, NULL);