]> code.delx.au - gnu-emacs/commitdiff
(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 d9e2cef30afd38987310eb9a0479c10035f5d126..25ace42197419288280069de76de51917d645d7b 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;