From a979dde193f503de2332503e9a57190a323d00f7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 1 Jan 2009 08:54:46 +0000 Subject: [PATCH] (x_create_tip_frame): Set border width of the X window. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2