summaryrefslogtreecommitdiff
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-27 17:27:13 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-27 17:27:13 +0100
commit792f0e36593d1ec13ccb8a622ca5542c500577b4 (patch)
tree34a6e9340f01bc14adda8f1f286ab56788b06de0 /src/gui_gtk.c
parent5d7ead3bc85eefd0929bfcbb579510c8164ea1be (diff)
downloadvim-git-792f0e36593d1ec13ccb8a622ca5542c500577b4.tar.gz
patch 8.0.1550: various small problems in source filesv8.0.1550
Problem: Various small problems in source files. Solution: Fix the problems.
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index 7ae9cbfdb..ed539e386 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -1895,8 +1895,8 @@ gui_mch_show_popupmenu(vimmenu_T *menu)
trigger.window = gtk_widget_get_window(gui.drawarea);
trigger.send_event = FALSE;
trigger.time = gui.event_time;
- trigger.x = 0.0;
- trigger.y = 0.0;
+ trigger.x = 0.0;
+ trigger.y = 0.0;
trigger.axes = NULL;
trigger.state = 0;
trigger.button = 3;
@@ -1983,8 +1983,8 @@ gui_make_popup(char_u *path_name, int mouse_pos)
trigger.window = win;
trigger.send_event = FALSE;
trigger.time = GDK_CURRENT_TIME;
- trigger.x = 0.0;
- trigger.y = 0.0;
+ trigger.x = 0.0;
+ trigger.y = 0.0;
trigger.axes = NULL;
trigger.state = 0;
trigger.button = 0;