]> git.eshelyaron.com Git - emacs.git/commit
Minor fixes to PGTK child frames
authorPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 05:30:33 +0000 (13:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 23 May 2022 05:30:33 +0000 (13:30 +0800)
commitb629cb3f547b5acd6d4ee3574d31b3530f93ff1f
tree4e79b0c67a52d3da1f6f8c4607495c39c62e5a0f
parent5346b67fc27f50abeec3c4f72252a8d9a36f2e6b
Minor fixes to PGTK child frames

* src/gtkutil.c (xg_check_special_colors): Handle child frames
correctly.
* src/pgtkfns.c (pgtk_set_child_frame_border_width): Synchronize
code from X.  (bug#55588)
* src/pgtkmenu.c (pgtk_menu_show, pgtk_dialog_show): Allow in
child frames.  There are no problems here.
* src/pgtkterm.c (pgtk_mouse_position): Clean up coding style.
src/gtkutil.c
src/pgtkfns.c
src/pgtkmenu.c
src/pgtkterm.c