]> git.eshelyaron.com Git - emacs.git/commit
Some work toward posframe on wayland
authorJeff Walsh <jawalsh@localhost.localdomain>
Thu, 9 Jan 2020 05:36:11 +0000 (16:36 +1100)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:39 +0000 (12:24 +1100)
commitc9e6b4486b6aee1e1011c81fdf0ef8270e237a15
treecbe5a6dc5428d60dd2a736a17cfd0f46a2c73272
parente021e233b4e96740dbc78bbc2717de6ee6e68291
Some work toward posframe on wayland

* src/pgtkterm.c (flip_cr_context, x_set_offset): update for new functionality
(pgtk_set_window_size): remove dead code
(x_set_parent_frame): cleanup trace code
(pgtk_cr_update_surface_desired_size): add comment

* src/pgtkmenu.c (Fmenu_or_popup_active_p):

* src/pgtkfns.c (pgtk_frame_parm_handlers, Fx_create_frame):

* src/gtkutil.c (xg_create_frame_widgets, x_wm_set_size_hint):

* src/gtkutil.c (xg_create_frame_widgets):

hacky GTK offsets taht will need better calculations

Get parent frame's editor widget allocation for the offset

Fix child-frame offsets for negative values

Add some function comments around the new double context handling
src/gtkutil.c
src/pgtkfns.c
src/pgtkmenu.c
src/pgtkterm.c