]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): New member cut_buffers_initialized.
authorKarl Heuer <kwzh@gnu.org>
Fri, 31 Mar 1995 03:40:45 +0000 (03:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 31 Mar 1995 03:40:45 +0000 (03:40 +0000)
src/xterm.h

index cf9784bca63d658a576c30fad62fd380d54b31f4..da4076b5c1a52fdbc716897551d9299eceb8432b 100644 (file)
@@ -292,6 +292,7 @@ struct x_display_info
 #ifdef MULTI_KBOARD
   KBOARD *kboard;
 #endif
+  int cut_buffers_initialized; /* Whether we're sure they all exist */
 };
 
 /* This is a chain of structures for all the X displays currently in use.  */