emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] src/pgtkfns.c: Do not show an empty frame prematurely


From: Jindřich Makovička
Subject: [PATCH] src/pgtkfns.c: Do not show an empty frame prematurely
Date: Sat, 29 May 2021 20:58:47 +0200

Hi,

currently, PGTK Emacs shows an empty 200x200 px GTK window immediately
when x-create-frame is called, and it takes some time until the "real"
Emacs frame is shown. Changing this function to set the visibility flag
only on the child widgets of the GTK window and leaving the parent
window hidden until pgtk_make_frame_visible is called gives a much
better impression when starting Emacs.

-- 
Jindrich Makovicka

Attachment: 0001-src-pgtkfns.c-Do-not-show-an-empty-frame-prematurely.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]