(x_create_tip_frame): Set border width of the X window.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jan 2009 08:54:46 +0000 (08:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jan 2009 08:54:46 +0000 (08:54 +0000)
src/xfns.c

index d9e2cef..25ace42 100644 (file)
@@ -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;