On Sat, Dec 4, 2010 at 11:09 PM, Bram Moolenaar <[email protected]> wrote: > > Hong Xu wrote: > >> I think I have fixed this problem. The attachment is the patch. The >> reason is that when gtk_menu_popup is called, its last parameter is >> not passed in the correct time stamp but GDK_CURRENT_TIME. I fixed >> this by adding a global varible, which is ugly, I think. Is there a >> better way to pass the time stamp? > > Perhaps we should rename clipboard_event_time to gtk_event_time and move > it to globals.h.
Hello Bram, I add a "event_time" field to the gui structure instead of a gtk_event_time global varible. I think this would be better. Hong Xu 2011/2/3 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
gtk_popup_menu.patch
Description: Binary data
