From: Martin Rudalics Date: Tue, 29 Dec 2015 16:41:15 +0000 (+0100) Subject: * src/xfns.c (x_create_tip_frame): Process alpha parameter. X-Git-Tag: emacs-25.0.90~325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fc2d2c0c735430b238bc4bc8a1d0085a95ae457;p=emacs.git * src/xfns.c (x_create_tip_frame): Process alpha parameter. --- diff --git a/src/xfns.c b/src/xfns.c index ab6b92256bd..3f95f7b79fb 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5582,6 +5582,8 @@ x_create_tip_frame (struct x_display_info *dpyinfo, "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN); x_default_parameter (f, parms, Qcursor_type, Qbox, "cursorType", "CursorType", RES_TYPE_SYMBOL); + x_default_parameter (f, parms, Qalpha, Qnil, + "alpha", "Alpha", RES_TYPE_NUMBER); /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size. Change will not be effected unless different from the current