1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-16 12:40:17 +00:00
parent 9500e3535a
commit f0643701da

View File

@ -1,5 +1,10 @@
2001-05-21 Gerd Moellmann <gerd@gnu.org>
This adds a `double-buffer' frame parameter which makes
frames use the X double-buffering extension. Probably
only interesting if display features are added that cannot
be drawn without flickering, unless using double-buffering.
* xfns.c (x_set_double_buffer): New function.
(x_frame_parms): Add x_set_double_buffer.
(Fx_create_frame): Remove call to dbe_make_frame_buffered.