masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 13 forks source link

End Resize flickering by copying surface rather than just clearing #7

Closed fejfighter closed 4 years ago

fejfighter commented 4 years ago

This is some early work that reduces flickering when resizing as we don't clear the surface now.

I've noticed that there was some Cairo work in master from mitaharu to improve rendering that is missing in pgtk, I might try to port those commits across.

I'm also working on child frame support that is 90% ready and working with {company,ivy}-posframe packages

masm11 commented 4 years ago

Thanks!