aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-01-01 08:54:46 +0000
committerChong Yidong2009-01-01 08:54:46 +0000
commita979dde193f503de2332503e9a57190a323d00f7 (patch)
tree9d2b17f9b0c79b8a53f52036c272d90ed4061a96 /src
parentd6fafbe02ccb15501387520ee074360ad489f38b (diff)
downloademacs-a979dde193f503de2332503e9a57190a323d00f7.tar.gz
emacs-a979dde193f503de2332503e9a57190a323d00f7.zip
(x_create_tip_frame): Set border width of the X window.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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)
4850 /* x, y, width, height */ 4850 /* x, y, width, height */
4851 0, 0, 1, 1, 4851 0, 0, 1, 1,
4852 /* Border. */ 4852 /* Border. */
4853 1, 4853 f->border_width,
4854 CopyFromParent, InputOutput, CopyFromParent, 4854 CopyFromParent, InputOutput, CopyFromParent,
4855 mask, &attrs); 4855 mask, &attrs);
4856 UNBLOCK_INPUT; 4856 UNBLOCK_INPUT;