diff options
| author | Chong Yidong | 2009-01-01 08:54:46 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-01 08:54:46 +0000 |
| commit | a979dde193f503de2332503e9a57190a323d00f7 (patch) | |
| tree | 9d2b17f9b0c79b8a53f52036c272d90ed4061a96 /src | |
| parent | d6fafbe02ccb15501387520ee074360ad489f38b (diff) | |
| download | emacs-a979dde193f503de2332503e9a57190a323d00f7.tar.gz emacs-a979dde193f503de2332503e9a57190a323d00f7.zip | |
(x_create_tip_frame): Set border width of the X window.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
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; |