diff options
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 |