Kazunobu Kuriyama wrote: > 2017-09-10 1:45 GMT+09:00 Bram Moolenaar <[email protected]>: > > > > > Patch 8.0.1084 > > Problem: GTK build has compiler warnings. (Christian Brabandt) > > Solution: Get screen size with a different function. (Ken Takata, > > Yasuhiro > > Matsumoto) > > Files: src/mbyte.c, src/gui_gtk_x11.c, src/proto/gui_gtk_x11.pro, > > src/gui_beval.c > > > > Hi Bram, > > The GTK+ 3 GUI won't compile with this patch since the first parameter of > the function gui_gtk_get_screen_size_of_win() butts a local variable of the > same name. I hope the attached patch will fix it.
Thanks! -- >From "know your smileys": [:-) Frankenstein's monster /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
