On Thu, Apr 21, 2022 at 03:21:41PM -0700, Hisashi T Fujinaka wrote: > On Thu, 21 Apr 2022, Bram Moolenaar wrote: > > Yes, that makes sense, the functions were added in that patch. > > > > What I don't understand is why the header file isn't found. On my > > system the file included from gui_gtk_x11.c includes "gdk/gdk.h", > > which is found in /usr/include/gtk-3.0/gdk/gdk.h or in > > /usr/include/gtk-2.0/gdk/gdk.h. Both then include gdk/gdkwindow.h in > > the same directory which is where the declaration is found. > > > > What is different on your system? > > You're using gtk-3. I have gtk-2.
They were added in GDK 2.24 and gtk_widget_get_window was added in GTK 2.14, in case someone wants to make a patch with proper version checking. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220422012044.3a4d7krisd6konyl%40localhost.
