]> git.eshelyaron.com Git - emacs.git/commit
Fix a frame created without scroll/menu/toolbar is empty
authorYuuki Harano <masm+github@masm11.me>
Fri, 18 Jun 2021 14:08:54 +0000 (23:08 +0900)
committerYuuki Harano <masm+github@masm11.me>
Fri, 18 Jun 2021 14:08:54 +0000 (23:08 +0900)
commit11c835ea48b971faf21dd94e40721e9ed0a8265a
treed58c4e5f4b0782678ccd28173f60048b47c58de5
parent3dbd3a87a1a81b7c70a1131563d9e5aee1d974d3
Fix a frame created without scroll/menu/toolbar is empty

* src/pgtkterm.c (size_allocate): Get frame pointer through user_data.
(pgtk_set_event_handler): Pass it.
src/pgtkterm.c