[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c |
Date: |
Sat, 05 Oct 2002 10:38:51 -0400 |
Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.561 emacs/src/xfns.c:1.562
*** emacs/src/xfns.c:1.561 Wed Sep 11 23:31:05 2002
--- emacs/src/xfns.c Wed Oct 2 04:28:17 2002
***************
*** 11143,11149 ****
f->height = 0;
SET_FRAME_WIDTH (f, 0);
change_frame_size (f, height, width, 1, 0, 0);
!
/* Set up faces after all frame parameters are known. This call
also merges in face attributes specified for new frames.
--- 11143,11154 ----
f->height = 0;
SET_FRAME_WIDTH (f, 0);
change_frame_size (f, height, width, 1, 0, 0);
!
! /* Add `tooltip' frame parameter's default value. */
! if (NILP (Fframe_parameter (frame, intern ("tooltip"))))
! Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),
! Qnil));
!
/* Set up faces after all frame parameters are known. This call
also merges in face attributes specified for new frames.
- [Emacs-diffs] Changes to emacs/src/xfns.c,
Dave Love <=