diff options
| author | Jan D | 2010-08-17 23:05:26 +0200 |
|---|---|---|
| committer | Jan D | 2010-08-17 23:05:26 +0200 |
| commit | 1ff2e434a6edc302cfda752da89ea0fae3676c48 (patch) | |
| tree | 3e3bb5d2319384de71bfa1edfba40e22b201651f /src/nsfns.m | |
| parent | afa22f7ce71a818dd61cf3dc4c21b0c01b2e63fe (diff) | |
| download | emacs-1ff2e434a6edc302cfda752da89ea0fae3676c48.tar.gz emacs-1ff2e434a6edc302cfda752da89ea0fae3676c48.zip | |
* nsfns.m (ns_frame_parm_handlers): Add a slot for the
x_set_tool_bar_position handler.
Diffstat (limited to 'src/nsfns.m')
| -rw-r--r-- | src/nsfns.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index aac2ef0ed3a..576131e0bdf 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -1041,6 +1041,7 @@ frame_parm_handler ns_frame_parm_handlers[] = | |||
| 1041 | x_set_font_backend, /* generic OK */ | 1041 | x_set_font_backend, /* generic OK */ |
| 1042 | x_set_alpha, | 1042 | x_set_alpha, |
| 1043 | 0, /* x_set_sticky */ | 1043 | 0, /* x_set_sticky */ |
| 1044 | 0, /* x_set_tool_bar_position */ | ||
| 1044 | }; | 1045 | }; |
| 1045 | 1046 | ||
| 1046 | 1047 | ||