diff options
| author | Gerd Moellmann | 2001-01-04 13:55:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-04 13:55:37 +0000 |
| commit | 035d5114ffdb959de67adb63add1af1b9520a268 (patch) | |
| tree | 3e4d4842520a28203fd965c483ae75c7a57de5dd /src | |
| parent | 482cca617e3c9518c1f9d1d24a055151f5b9d0d7 (diff) | |
| download | emacs-035d5114ffdb959de67adb63add1af1b9520a268.tar.gz emacs-035d5114ffdb959de67adb63add1af1b9520a268.zip | |
(x_create_tip_frame): Call face-set-after-frame-default,
like in Fx_create_frame.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index dccd380b2e8..5c0d3ec5f6a 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -10634,6 +10634,13 @@ x_create_tip_frame (dpyinfo, parms) | |||
| 10634 | SET_FRAME_WIDTH (f, 0); | 10634 | SET_FRAME_WIDTH (f, 0); |
| 10635 | change_frame_size (f, height, width, 1, 0, 0); | 10635 | change_frame_size (f, height, width, 1, 0, 0); |
| 10636 | 10636 | ||
| 10637 | /* Set up faces after all frame parameters are known. This call | ||
| 10638 | also merges in face attributes specified for new frames. If we | ||
| 10639 | don't do this, the `menu' face for instance won't have the right | ||
| 10640 | colors, and the menu bar won't appear in the specified colors for | ||
| 10641 | new frames. */ | ||
| 10642 | call1 (Qface_set_after_frame_default, frame); | ||
| 10643 | |||
| 10637 | f->no_split = 1; | 10644 | f->no_split = 1; |
| 10638 | 10645 | ||
| 10639 | UNGCPRO; | 10646 | UNGCPRO; |