File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2263,7 +2263,7 @@ static int vimModMaskToEventModifierFlags(int mods)
22632263// -- Channel Support ------------------------------------------------------
22642264
22652265 void *
2266- gui_macvim_add_channel (channel_T *channel, int part)
2266+ gui_macvim_add_channel (channel_T *channel, ch_part_T part)
22672267{
22682268 dispatch_source_t s =
22692269 dispatch_source_create (DISPATCH_SOURCE_TYPE_READ,
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ char *job_status(job_T *job);
6767void job_info (job_T * job , dict_T * dict );
6868int job_stop (job_T * job , typval_T * argvars );
6969#ifdef FEAT_GUI_MACVIM
70- void channel_read (channel_T * channel , int part , char * func );
70+ void channel_read (channel_T * channel , ch_part_T part , char * func );
7171#endif
7272/* vim: set ft=c : */
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ gui_mch_replace_dialog(exarg_T *eap);
233233im_set_control(int enable );
234234
235235 void *
236- gui_macvim_add_channel(channel_T *channel , int part );
236+ gui_macvim_add_channel(channel_T *channel , ch_part_T part );
237237 void
238238gui_macvim_remove_channel(void *cookie );
239239
You can’t perform that action at this time.
0 commit comments