PGTK default color for unrendered frame
Adam Vagapov <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <PA3P191MB29839629B5D60E2B0710D3B483A22@PA3P191MB2983.EURP191.PROD.OUTLOOK.COM> |
Hello, When Emacs (compiled with --with-pgtk) gets resized on a Wayland compositor (in this case, Labwc), it shows a white artifact for a split second, caused by PGTK filling the unrendered part of the frame with a default color (usually white). I was thinking whether we could expose an Elisp PGTK function that lets Emacs change this color at runtime, in order for it to better fit the chosen color theme. - Adam