From: Chong Yidong Date: Thu, 1 Jan 2009 08:54:46 +0000 (+0000) Subject: (x_create_tip_frame): Set border width of the X window. X-Git-Tag: emacs-pretest-23.0.90~763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a979dde193f503de2332503e9a57190a323d00f7;p=emacs.git (x_create_tip_frame): Set border width of the X window. --- diff --git a/src/xfns.c b/src/xfns.c index d9e2cef30af..25ace421974 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4850,7 +4850,7 @@ x_create_tip_frame (dpyinfo, parms, text) /* x, y, width, height */ 0, 0, 1, 1, /* Border. */ - 1, + f->border_width, CopyFromParent, InputOutput, CopyFromParent, mask, &attrs); UNBLOCK_INPUT;