]> git.eshelyaron.com Git - emacs.git/commit
Remove unused xwidget code in EmacsFixed GTK widget class
authorPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 00:51:32 +0000 (08:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 13 Nov 2021 00:51:32 +0000 (08:51 +0800)
commit59a58328bc086bdda1d8be816778f2a74379b02f
tree0959cf7e935657911af1cdf91171936882ddb004
parent3ea70eea98374764313053a72f1fff4df6c39ee1
Remove unused xwidget code in EmacsFixed GTK widget class

This is no longer required, as we rely on X to position
xwidgets now.  It also makes resizing Emacs frames slightly
slower.

* src/emacsgtkfixed.c (EMACS_FIXED_GET_CLASS)
(struct GtkFixedPrivateL)
(emacs_fixed_gtk_widget_size_allocate)
(emacs_fixed_class_init) [HAVE_XWIDGETS]: Remove unused code.
src/emacsgtkfixed.c