diff src/xfns.c @ 100820:36e4d4d2137d

(x_create_tip_frame): Set border width of the X window.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jan 2009 08:54:46 +0000
parents 389db2f016a4
children e038c1a8307c
line wrap: on
line diff
--- a/src/xfns.c	Thu Jan 01 08:54:01 2009 +0000
+++ b/src/xfns.c	Thu Jan 01 08:54:46 2009 +0000
@@ -4850,7 +4850,7 @@
 		       /* x, y, width, height */
 		       0, 0, 1, 1,
 		       /* Border.  */
-		       1,
+		       f->border_width,
 		       CopyFromParent, InputOutput, CopyFromParent,
 		       mask, &attrs);
     UNBLOCK_INPUT;