mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0f
This commit is contained in:
@@ -6875,6 +6875,8 @@ mch_set_mouse_shape(int shape)
|
||||
}
|
||||
else if (shape < sizeof(mshape_ids) / sizeof(int))
|
||||
id = mshape_ids[shape];
|
||||
else
|
||||
return;
|
||||
# ifdef HAVE_GTK_MULTIHEAD
|
||||
c = gdk_cursor_new_for_display(
|
||||
gtk_widget_get_display(gui.drawarea), (GdkCursorType)id);
|
||||
|
Reference in New Issue
Block a user