]> code.delx.au - gnu-emacs/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Sun, 14 Oct 2007 02:49:58 +0000 (02:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 14 Oct 2007 02:49:58 +0000 (02:49 +0000)
src/xfns.c

index e3ce2220e73d6be4b8c42a07aa6b3c578203d3a8..1ca39d35d665788440e468784a9f7b978701ae42 100644 (file)
@@ -4947,6 +4947,9 @@ x_create_tip_frame (dpyinfo, parms, text)
     Fmodify_frame_parameters (frame, Fcons (Fcons (intern ("tooltip"), Qt),
                                            Qnil));
 
+  /* FIXME - can this be done in a similar way to normal frames?
+     http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00641.html */
+
   /* Set the `display-type' frame parameter before setting up faces. */
   {
     Lisp_Object disptype;