aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-01-01 08:54:46 +0000
committerChong Yidong <[email protected]>2009-01-01 08:54:46 +0000
commita979dde193f503de2332503e9a57190a323d00f7 (patch)
tree9d2b17f9b0c79b8a53f52036c272d90ed4061a96 /src/xfns.c
parentd6fafbe02ccb15501387520ee074360ad489f38b (diff)
(x_create_tip_frame): Set border width of the X window.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index d9e2cef30a..25ace42197 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;