diff options
| author | Martin Rudalics | 2015-12-29 17:41:15 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-12-29 17:41:15 +0100 |
| commit | 9fc2d2c0c735430b238bc4bc8a1d0085a95ae457 (patch) | |
| tree | 0cfefbeda146c51de16a1b9bfb94638d65b99dad /src | |
| parent | 8ca864ba8df6c2214dcaa9c8d1c9aa069a62db06 (diff) | |
| download | emacs-9fc2d2c0c735430b238bc4bc8a1d0085a95ae457.tar.gz emacs-9fc2d2c0c735430b238bc4bc8a1d0085a95ae457.zip | |
* src/xfns.c (x_create_tip_frame): Process alpha parameter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, | |||
| 5582 | "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN); | 5582 | "autoLower", "AutoRaiseLower", RES_TYPE_BOOLEAN); |
| 5583 | x_default_parameter (f, parms, Qcursor_type, Qbox, | 5583 | x_default_parameter (f, parms, Qcursor_type, Qbox, |
| 5584 | "cursorType", "CursorType", RES_TYPE_SYMBOL); | 5584 | "cursorType", "CursorType", RES_TYPE_SYMBOL); |
| 5585 | x_default_parameter (f, parms, Qalpha, Qnil, | ||
| 5586 | "alpha", "Alpha", RES_TYPE_NUMBER); | ||
| 5585 | 5587 | ||
| 5586 | /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size. | 5588 | /* Dimensions, especially FRAME_LINES (f), must be done via change_frame_size. |
| 5587 | Change will not be effected unless different from the current | 5589 | Change will not be effected unless different from the current |