]> git.eshelyaron.com Git - emacs.git/commit
Fix Gtk warnings
authorYuuki Harano <masm+github@masm11.me>
Mon, 5 Oct 2020 12:18:06 +0000 (21:18 +0900)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
commit4dbea5be1758788d9f6177ca3f7eaedc9e01ad56
tree6dad3b1a3f2ad41ecb968e8ce8ad8be1b0f9e46c
parentbb6862df1beddeaa4802af58b94332ba48afbb4f
Fix Gtk warnings

* src/gtkutil.c (xg_frame_set_char_size): Call appropriate function
(xg_set_undecorated): Do nothing if child frame.
(xg_set_no_focus_on_map): Do nothing if child frame.
(xg_set_no_accept_focus): Do nothing if child frame.
(xg_set_frame_icon): Do nothing if child frame.
(xg_get_file_name): Do nothing if child frame.
(xg_get_font):
* src/pgtkterm.c (pgtk_focus_frame): Do nothing if child frames.
(x_set_frame_alpha): Select correct widget.
(x_new_focus_frame): Focus only when non-child frames.
(pgtk_set_event_handler): Don't set for child frames.
* src/pgtkfns.c (xg_set_icon): Do nothing if child frames.
(xg_set_icon_from_xpm_data): Do nothing if child frames.
(pgtk_set_sticky): Do nothing if child frames.
(Fx_show_tip): Do nothing if child frames.
(Fpgtk_set_mouse_absolute_pixel_position): Select correct widget.
(Fpgtk_mouse_absolute_pixel_position): Select correct widget.
* src/pgtkmenu.c (pgtk_menu_show):
(pgtk_dialog_show):
src/gtkutil.c
src/pgtkfns.c
src/pgtkmenu.c
src/pgtkterm.c