# HG changeset patch # User Chong Yidong # Date 1230800086 0 # Node ID 36e4d4d2137dda280ea72501529234703b05e3c7 # Parent e501ab34c350ece5056231e42b63b43e850f332d (x_create_tip_frame): Set border width of the X window. diff -r e501ab34c350 -r 36e4d4d2137d src/xfns.c --- 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;