aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;